Open
Description
Is your feature request related to a problem? Please describe.
It's not possible to remove the embeddings from the Documents that the FilterRetriever returns. These embeddings fill up the memory and context limit for LLMs if retrieved docs are passed directly to an LLM in Agent
Describe the solution you'd like
have return_embedding
param for FilterRetriever like we have in other retrievers
Describe alternatives you've considered
Based on the architectures, there are different approaches to eliminate this, such as using outputs_to_string
in Agent
Additional context
N/A
Metadata
Metadata
Assignees
Type
Projects
Status
Todo