Skip to content

Support multiple collections #28

Open
@juntao

Description

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.

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions