Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use multiqueryretriever? #16

Open
mcherukara opened this issue Jul 18, 2023 · 0 comments
Open

Use multiqueryretriever? #16

mcherukara opened this issue Jul 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@mcherukara
Copy link
Owner

Multiquery receiver attempts to solve the problem of differently framed questions leading to different answers by using the LLM to generate different variants of a user question, retrieve answers for all of them and take the union of them. Think this is really neat and something we should include, problem is I think it will be a lot slower since the question variants are generated by the LLM. Can revisit when we have more powerful GPUs.
https://python.langchain.com/docs/modules/data_connection/retrievers/how_to/MultiQueryRetriever

@mcherukara mcherukara added enhancement New feature or request question Further information is requested labels Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants