Andrey Vasnetsov
Andrey Vasnetsov
> I suspect similar issues will surface if you try to run that docker image on an Apple M1/M2 Macbook, as they also make use of 16k page sizes. No,...
score can be higher than 1 in multiple cases: - Quantization is used - uint8 datatype is used - non-cosine metric is used
Hey @jlkravitz, I assume you also upload payloads along with vectors, right? If so, it might be a known problem of timeouts during rocksdb compaction. It should be fixed in...
> Cannot allocate memory (os error 12) This error might be also related to the number of mmaps open by process. Please check your system limits ``` cat /proc/sys/vm/max_map_count ```...
IDF statistics are computed dynamically, so it doesn't require updates of documents. The average length of documents is not updated and it is expected you have an estimation for it...
> BM25 accuracy drops dramatically after a couple rounds of upsert/delete. IDF is not getting properly updated. Accuracy is restored by restarting the Qdrant container or not using IDF. would...
Hey @0xDEADFED5, could you please explain your use-case a bit more. So far this feature request looks very specialized
I think there is indeed a rare case when this panic is possible. Here is a fix: https://github.com/qdrant/qdrant/pull/5232 I think this situation is possible if the service was interrupted during...
@volkerstampa if it is possible for you, you can already try dev build `qdrant/qdrant:dev`
I can't say it was built for that. Especially if te user's computer runs on windows - there might be some performance limitation compare to linux-based deployments. Overall I would...