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

Search API with neural question in payload #4175

Open
Shiv270895 opened this issue May 6, 2024 · 1 comment
Open

Search API with neural question in payload #4175

Shiv270895 opened this issue May 6, 2024 · 1 comment

Comments

@Shiv270895
Copy link

Is your feature request related to a problem? Please describe.
I am using Qdrant Search API to retrieve the data from the vectorDB, Currently I am providing vectors in the payload of search API, but my question is I want to pass the question as a neural question and don't want to provide the vectors as I am using sentence transformer to create the vector of 364 embeddings. So it will be difficult to give such vectors while searching.

Describe the solution you'd like
I want the Search API endpoint and how to pass the neural question as a sentence in the payload.

API Endpoint
Payload

Describe alternatives you've considered
I haven't considered any alternatives yet.

@agourlay
Copy link
Member

agourlay commented May 8, 2024

Have a look at fastembed to embed your queries on the flight.

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

2 participants