qdrant / qdrant/qdrant-js

hybrid retrieval in qdrantjs

Open
#73 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.