Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hybrid retrieval in qdrantjs #73

Open
imdoge opened this issue May 15, 2024 · 0 comments
Open

hybrid retrieval in qdrantjs #73

imdoge opened this issue May 15, 2024 · 0 comments

Comments

@imdoge
Copy link

imdoge commented May 15, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant