Andrey Vasnetsov
Andrey Vasnetsov
https://qdrant.github.io/qdrant/redoc/index.html#tag/collections/operation/update_collection
Try something like this: ``` curl -L -X PATCH 'http://localhost:6333/collections/' \ -H 'Content-Type: application/json' \ -H 'Accept: application/json' \ -d '{ "optimizers_config": { "memmap_threshold": 10000 } }' ```
yes, indexing works in the background. But what do you mean by search not working? it should return some results, even without index. It might be slow, though
it is currently in development
/bounty $200
https://github.com/qdrant/qdrant/releases/tag/v1.2.0
> With the script below, getting 10 responses from OpenAI takes approx the same time as getting 1 response from OpenAI, and thus batching 10 requests to OpenAI in this...
@junwang-wish, of course, would be glad to help you! We would need some more information about your case to do so. Could you please reach us our on discord https://qdrant.to/discord...
/bounty 250$
I would try to do following things: - make sure Strings are not used in posting list. I would use vocab to convert all known words into u32. - in...