Hi thanks @andrey.vasnetsov ! So it is reproducible and this error is seen while running out of Rust tests where I am setting up a wrapper around qdrant for querying my data. It appears to only happen on the create collection requests? On create collection requests, I get the service was not ready error, but when I search I get an error that the collection I am intending to search does not exist
Last active 2 months ago
4 replies
8 views
- CH
Hi thanks @andrey.vasnetsov !
So it is reproducible and this error is seen while running out of Rust tests where I am setting up a wrapper around qdrant for querying my data. It appears to only happen on the create collection requests?
On create collection requests, I get the service was not ready error, but when I search I get an error that the collection I am intending to search does not exist - AN
is there a chance, that the error is actually o the server side?
- CH
I have the server running in docker on another terminal and see no error messages
- AN
can you try to do same with python/rest api?
Last active 2 months ago
4 replies
8 views