dspy
dspy copied to clipboard
Add support for neo4j vector index
Neo4j has a vector index that can be used for vector retrieval in RAG in other applications. It can be expanded with retrieval query, so that it can traverse through the graph after the initial vector search if needed.