George

Results 219 comments of George

Should be fixed after releasing this one https://github.com/qdrant/qdrant/pull/5060

Hey @ArthurMelin The fix should be available with the next release You can try it out now with the dev branch

Should be available as of qdrant-client v1.11.3 and qdrant v1.11.4

Hey, @vemonet Thanks for using fastembed! We are using `/tmp` cause it is not guaranteed that `fastembed` will have permission to write to any other default path. Persisting model forever...

Hey @gili-vega, this model can be added in runtime via `add_custom_model` interface Here is an example of the interface: ```python from fastembed import TextEmbedding from fastembed.common.model_description import PoolingType, ModelSource TextEmbedding.add_custom_model(...

There were no such plans in the closest future, `upload_collection` uses multiprocessing for parallelism We might enhance it internally by using async, however, from the users perspective it would still...

Hi @sglebs Sorry for the late response It's not likely that we'll add this functionality straight into fastembed, since fastembed calls are blocking by nature, however, it probably might be...

Hi @kunalchamoli Which error exactly are you having? If you're seeing an error `Unexpected Response: 404 (Not found) Raw response content: b''` Then most probably you are using methods from...