Skip to content

hybrid retrieval in qdrantjs #73

@imdoge

Description

@imdoge

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions