qdrant / vector-db-benchmark

Framework for benchmarking vector search engines
https://qdrant.tech/benchmarks/
Apache License 2.0
250 stars 68 forks source link

Collect memory usage after import. Added example on redis client integration #146

Open filipecosta90 opened 1 month ago

filipecosta90 commented 1 month ago

The following PR allows the client implementations to report memory usage metrics at the end of import stage. It can also be used to add extra info on the post upload stage. As an example, on the redis client, we're preserving both the full memory usage also, but all the index info that contains the breakdown of memory usage per component.