Andrey Vasnetsov
Andrey Vasnetsov
I believe this is fixed now. At least I can't find a place where gRPC is used but not exposed
/bounty $75
Thanks @Jesse-Bakker !
@NhuanTDBK, not in the next version, but it's on our roadmap
> Hmm, I don't quite understand where SyncPoints is doing batching. Pseudocode: Batch happens here https://github.com/qdrant/qdrant/blob/438fcf86cbef8f09a737a28ff8d957087e3eaff9/lib/collection/src/shards/forward_proxy_shard.rs#L151 All points of the batch are transferred in a single `SyncPoints` update request. I...
there are many different timeouts, conenction timeout, execution timeout e.t.c. They should be properly configured on client side
For integer it is called https://qdrant.tech/documentation/concepts/indexing/#principal-index In practice it is equivalent, but `is_principal` also takes ordering into account
> RAM consumption should be optimized and should not increase significantly with the number of indexed vectors. why is that?
Hey @jaluma, could you please clarify your workflow: you are saying that you ingest data, but then you expect to memory to be freed. Are you overwriting existing data with...