Learner Reviews & Feedback for Knowledge Graphs for RAG by DeepLearning.AI
4.7
stars
26 ratings
About the Course
Knowledge graphs are used in development to structure complex data relationships, drive intelligent search functionality, and build powerful AI applications that can reason over different data types. Knowledge graphs can connect data from both structured and unstructured sources (databases, documents, etc.), providing an intuitive and flexible way to model complex, real-world scenarios.
Unlike tables or simple lists, knowledge graphs can capture the meaning and context behind the data, allowing you to uncover insights and connections that would be difficult to find with conventional databases. This rich, structured context is ideal for improving the output of large language models (LLMs), because you can build more relevant context for the model than with semantic search alone.
This course will teach you how to leverage knowledge graphs within retrieval augmented generation (RAG) applications. You’ll learn to:
1. Understand the basics of how knowledge graphs store data by using nodes to represent entities and edges to represent relationships between nodes.
2. Use Neo4j’s query language, Cypher, to retrieve information from a fun graph of movie and actor data.
3. Add a vector index to a knowledge graph to represent unstructured text data and find relevant texts using vector similarity search.
4. Build a knowledge graph of text documents from scratch, using publicly available financial and investment documents as the demo use case
5. Explore advanced techniques for connecting multiple knowledge graphs and using complex queries for comprehensive data retrieval.
6. Write advanced Cypher queries to retrieve relevant information from the graph and format it for inclusion in your prompt to an LLM.
After course completion, you’ll be well-equipped to use knowledge graphs to uncover deeper insights in your data, and enhance the performance of LLMs with structured, relevant context....
Top reviews
Filter by:
1 - 7 of 7 Reviews for Knowledge Graphs for RAG
By Agrover112
•
Jul 2, 2024
Interesting overview into creating a KG using Neo4J and integrating it with LangChain for RAG!
By Ilija D
•
Oct 30, 2024
Compact but great course. It doesn't go into deep into Neo4j or RAG, but it introduces new ways in which you could solve problems and improve your pipeline. However, it is not suitable for beginners.
By Vineet K
•
Aug 18, 2024
fhtghfhhdfh fgdg fd sddgsd gsd g sdgfsd
By Tung L D
•
Nov 12, 2024
very helpful
By francisco v i
•
Nov 18, 2024
Muy buen curso, muy detallado el script. Me parece hacen referencia a un video que no se reproduce en coursera (debe ser de la plataforma OpenAI)
By Adiarray J
•
Sep 23, 2024
simply
By Zahra S
•
Nov 3, 2024
It would be also beneficial to have some (optional) video or reading to go over the syntax and structure of cypher and neo4j. I could understand mostly, but I cannot write new queries.