4.4 · Lesson

Graph-Enhanced Vector Retriever

To take advantage of the Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. in the graph, you can create a 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. that uses both Full definition for vector search (opens in a new tab)Finding the records whose vectors lie closest to a query vector. and graph Full definition for traversal (opens in a new tab)Following relationships from one node to the next to reach other parts of a graph. to find relevant data.

The VectorCypherRetriever allows you to perform vector searches and then traverse the graph to find related Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. or entities.