Graph Retrieval
2.3 · Lesson

Graph Retrieval

You can enhance a vector Full definition for retriever (opens in a new tab)A component that searches a data source and returns the information relevant to a query. Often used to provide context for a language model. using Full definition for GraphRAG (opens in a new tab)Retrieval-augmented generation whose context comes from a knowledge graph, so the model can follow the relationships between facts. to include additional context.

In this lesson, you will update the vector retriever to retrieve additional metadata from the graph after the similarity search.