In our last blog post on the Neo4j GenAI Python package , we covered how you can use the package to build a basic GraphRAG application. In this and upcoming posts, we’ll dive deeper into the package’s capabilities and show how to further customize and improve your applications by using the other included retrievers. Here, we’ll demonstrate how to use Cypher queries to extend the vector-search approach used in the previous blog by incorporating graph traversal as an additional step.
Setup We’...
Read it: Enriching Vector Search With Graph Traversal Using the Neo4j GenAI Package