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
[ ] New feature
[x] Bug fix
[ ] Breaking change
[ ] Documentation update
[ ] Project configuration change
Complexity
Complexity: Low
How Has This Been Tested?
[x] Unit tests
[x] E2E tests
[ ] Manual tests
Checklist
The following requirements should have been met (depending on the changes in the branch):
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):