Replies: 1 comment 1 reply
-
@karthik-sridhar-123 also requested this |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Right now the retriever just gives you every result. Instead, give only the results that return for all queries.
Motivation
https://python.langchain.com/docs/modules/data_connection/retrievers/MultiQueryRetriever
Proposal (If applicable)
A new flag called output_method which can have "union" or "intersection", and then do a set intersection before final return on all nodes which are common to the result of all queries.
Beta Was this translation helpful? Give feedback.
All reactions