-
Notifications
You must be signed in to change notification settings - Fork 37
Open
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?
Metadata
Metadata
Assignees
Labels
No labels