Get startedGet started for free

Getting to know graphs

Graphs of nodes and edges are to Graph RAG what vectors and vector distances are to vector RAG. Graphs, however, are much better able to capture the relationship between different entities in the text, rather than relying on semantic meaning to return of the relevant context.

Consider the small graph that closely resembles that one you created in the previous exercise.


Which of the following statements about the graph shown is correct?

This exercise is part of the course

Retrieval Augmented Generation (RAG) with LangChain

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise