neo4j / neo4j-graphrag-python

Neo4j GraphRAG for Python
https://neo4j.com/docs/neo4j-graphrag-python/current/
Other
237 stars 39 forks source link

Fix: do not return embeddings in HybridRetriever #187

Closed stellasia closed 1 month ago

stellasia commented 1 month ago

Description

VectorRetriever is configured not to return the embedding property indexed by the vector index (by default), but this was not done in HybridRetriever. This PR harmonizes the behavior between the two retrievers, removing the embedding from the retriever result in both cases.

Type of Change

Complexity

Complexity: Low

How Has This Been Tested?

Checklist

The following requirements should have been met (depending on the changes in the branch):