You Don't Need a Vector Database
kencho
20 points
24 comments
March 08, 2026
Related Discussions
Found 5 related stories in 33.9ms across 3,471 title embeddings via pgvector HNSW
- It Was Never About the Database goloroden · 15 pts · March 08, 2026 · 44% similar
- Modern SQLite: Features You Didn't Know It Had thunderbong · 197 pts · April 02, 2026 · 41% similar
- What if AI doesn't need more RAM but better math? adlrocha · 168 pts · March 29, 2026 · 40% similar
- Joins Are Not Expensive thunderbong · 26 pts · March 30, 2026 · 39% similar
- No Semicolons Needed karakoram · 42 pts · March 21, 2026 · 38% similar
Discussion Highlights (6 comments)
noemit
The Vector Database obsession came from RAG, which came from a marketing idea to calm down enterprise fears about hallucination with RAG. Will save this article because I feel like I have this conversation weekly when people think they need a vector database for something they definitely do not.
sirfz
You don't need a vector db, you just need np.dot
kenforthewin
If I understand correctly, the vecstore product is an api that wraps a vector database (among other features). So the pitch here is something like “you don’t need a vector database, you need an api wrapper to a vector database that we manage for you”.
exhost
> Please don't use HN primarily for promotion. It's ok to post your own stuff part of the time, but the primary use of the site should be for curiosity.
cpursley
Or you could just use the new BM25 extension and if thats not enough, bring in the vector extension, which you can run as hybrid and not have to bolt yet another paid 3rd party thing: https://postgresisenough.dev/tools?category=search
stephantul
This is a thinly veiled commercial, not really useful.