←back to thread

276 points Fendy | 1 comments | | HN request time: 0.201s | source
Show context
conradev ◴[] No.45173473[source]

  At a glance, it looks like a lightweight vector database running on top of low-cost object storage—at a price point that is clearly attractive compared to many dedicated vector database solutions.
They also didn’t mention LanceDB, which fits this description but with an open source component: https://lancedb.github.io/lancedb/
replies(3): >>45174337 #>>45174613 #>>45176373 #
1. nickpadge ◴[] No.45174613[source]
I love lancedb. It’s the only way I’ve found to performantly and cheaply serve 50m+ records of 768 dimensions. Runs on s3 a bit too slow, but on EFS can still be a few hundred millis.