Replies: 1 comment 3 replies
-
Correct, Im unable to use it on javascript server or though api, it should have docker support with API so we can restart if crash or something |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks!
At the moment I can use fastembed only in Qdrant (Python) client or as standalone service, is that right?
Please correct me if I got the scope or the current functionality of fastembed wrong, but from my perspective, a typical setup with Qdrant needs three parts:
It's very nice that Qdrant provides all three components, but the integration could be deeper. I think fastembed is not that crucial for a normal data processing pipeline to create the initial embeddings for the collection. However, where I would see the biggest value would be in retrieval!
Wouldn't it be great if you could use the Qdrant API (& clients) for querying collections without the need for a query vector? Very concretely I am thinking of a new parameter for the Qdrant API where instead of the
vector
you can simply pass aquery
IF fastembed is installed. If it's not installed it should of course throw an error.I think such a simple integration would provide lots of value to end users and facilitate the entire setup. Also, if you add the model name in the Qdrant collection metadata, fastembed could initialize itself automatically depending on the queried collection.
Also, it would allow for very convenient improvements in Qdrant Web UI allowing for actual querying (without providing the query vectors) in the console.
Any thought on that?
Beta Was this translation helpful? Give feedback.
All reactions