George
George
@MowlanicaBilla Yes, it is the correct docker image Could you try removing the path mentioned in the traceback (`/var/folders/bk/1644ckzd4z1_.... and so on`), so the model could be downloaded again? Maybe...
Hi Data is not required, just create a new python file, copy-paste the code above and open it via PyCharm, it should highlight `query_vector=np.random.rand(5, 10).tolist()`
`cl.search(...)` is a sample of code which might be used in users' applications We don't want to tell each user to write this comment to ignore the problem, instead we...
Hi @azachar fastembed currently does not have a way to set a custom model nor it supports setting an embedding provider, thus it is not supported in qdrant-client fastembed is...
Hi @Dyke-F How many points do you have? When you set `path` - qdrant is launched in local mode. Local mode is not designed to handle a lot of data,...
Unfortunately, we can't just change files in `http/` (or `grpc/`) because they are auto-generated.) And the generator is not public
It's not necessary atm
Hi @AntoninLeroy Sorry for the late response It seems like you used to use pydantic=2.0.0 Your database is not corrupted I guess you just need to switch back to pydantic
If you have docker installed on your server, then it is not complicated, you just need to save qdrant docker image to an archive and deliver it to the server...
Hello @lw3259111 Have you tried to reproduce it locally? (E.g. create a docker instance on your machine and try the very same thing)