LlamaIndex Workshop: Building RAG with Knowledge Graphs

preview_player
Показать описание
We host a comprehensive workshop with Wey Gu (NebulaGraph) on how to use LLMs with Knowledge Graphs. Come learn everything from the basic concepts to hands-on sections going through automated KG construction and querying, to simple demo examples.

​We cover the key concepts:
- ​How to construct a knowledge graph automatically
- ​How to query a knowledge graph with different approaches (Graph RAG, Text-to-Cypher)

Рекомендации по теме
Комментарии
Автор

Very impressive and can't wait to try these methods out✨

lion
Автор

So nice to see this video. Bravo Nebula.

saraili
Автор

Thank you for showing how to persist index to disk and reload on separate machine 👍

jonathansims
Автор

thank you very much for this informative explanation. looking forward to getting this up and running for a project I'm working on.

EmilioGagliardi
Автор

Any clue if we already have property graph how to make Rag on top of it. I have created nodes and relationships and properties already and stored in Neo4j

killerdrama
Автор

Hi.. I see triplets getting stored in nebula graph(local or on cloud). So why we need persistent storage? can't we directly access the nebula server to get the relations?

jaysadhwani
Автор

Can you tell us which python version you were using and have you used an new virtual environment or not?

mohamedhazem
Автор

I want a system where I upload PDFs and it makes a knowledge graph and I have a viable product.

generativeresearch
Автор

I can't understand the speaker very well.

milindbebarta
Автор

great content... but a bit too long, would have loved a more to the point and concise explanation

VibhaVikramRao
Автор

I don't like the speaker, he can barely explain things clearly. What is language module...I guess he was trying to say language model...And it is in-context learning, rather than in-content learning... Also, the code will be opaqued when he moved his mouse, I can hardly see anything...

chloetete
Автор

It’s so stressful to follow the speaker, may be this video is not for a beginner. Speaker starts directly explaining without explaining what is he focusing to solve.

diwakardayalan
Автор

please postprocess these recordings to remove "umm"s, those filler words that make it quite unpleasant to watch. There must be automatized tools you can use in a click. All the quality content but poor presentation unfortunately. Thank you

burada
Автор

new_index =
documents,
max_triplets_per_chunk=2,
service_context=service_context,
include_embeddings=True,
)
In the above case, how are the embeddings getting created?

techstrolls_with_vibha