Live data from Hacker News

Show HN: MinDB – an extremely memory-efficient vector database

github.com

1–6 of 6 posts

Re: Show HN: MinDB – an extremely memory-efficient vector database

#3

That's looks exciting. Do you guys have more detailed benchmarks (doesn't have to be polished article), pastebin welcome ? Thank you, will keep an eye

We've only done full benchmarking with the FIQA dataset, comparing minDB with Chroma. We're going to try it with Qdrant and Weaviate soon too, since they both have support for quantization, which will be a more apples-to-apples comparison with our approach.

We did test uploading and querying a Wikipedia dump, which was ~35M vectors. Query latency was around 150ms and peak memory usage was 1.5GB. We couldn't test recall, though, because we didn't have queries with ground truths.