Hacker News new | ask | show | jobs
by TechDebtDevin 601 days ago
Which works completely fine as long as you know how to manage your own db without getting wrecked!

But yes, I it seems extereme. But it is also cheaper than hiring a dedicated postgres/db guy who will cost 5 to 10x more per month.

1 comments

There are plenty of set-it-and-forget-it vector dbs right now, maybe too many![0]

[0]https://news.ycombinator.com/item?id=41985176

For sure, I personally use pgvector myself but I also don't have millions and millions of rows. I haven't messed with anything other than Pinecone so I can't speak to those services, but there's a big difference than a vector db for your own personal use and a chat app/search on a db with millions of users convos and docs, not sure how well these managed vector DB platforms scale, but you probably need the db guy anyways when you're using vectors at scale. Atleast I would.