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

Support multiple collections #28

Open
juntao opened this issue Dec 1, 2024 · 0 comments
Open

Support multiple collections #28

juntao opened this issue Dec 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@juntao
Copy link
Collaborator

juntao commented Dec 1, 2024

Some applications have both short form QA and long form article contents in the knowledge base. To answer questions correctly, we should ideally have context from both sets. To support this, we should support multiple comma-delimited values for the following parameters.

  • --qdrant-collection-name
  • --qdrant-limit
  • --qdrant-score-threshold

Ideally, the RAG server should issue multiple queries in parallel and adds results into the system prompt as soon as they all return.

This should be backward compatible -- that is the current single value arguments should still work.

@apepkuss apepkuss added the enhancement New feature or request label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants