hybrid retrieval in qdrantjs
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 464
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Does the qdrantjs support hybrid retrieval, including the initialization configuration of QdrantVectorStore for hybrid retrieval, generation and upload of sparse vectors, as well as hybrid queries?
On the official website, I only saw examples like the following code used to create a collection with sparse vector configuration:
client.createCollection('sparse1', {
sparse_vectors: {
text: {},
},
});
Is there currently a way to generate, upload, and perform hybrid queries with sparse vectors using JavaScript?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the QdrantVectorStore initialization and the JavaScript examples for sparse vector collection configuration. Determine whether sparse-vector generation, upload, and hybrid queries are supported; done means the requested hybrid retrieval path is available or its lack of support is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100