vector databases are the new blockchain - everyone's using them but nobody knows why
working on a project and the architect just decided we need a vector database for our RAG system
cool except our entire dataset is like 50k documents. we could literally just use postgres with pgvector and be fine
but no we're spinning up pinecone or weaviate or whatever because "that's what vector databases are for"
meanwhile i'm looking at the pricing and we're gonna pay $300/month for something postgres could handle for free. feels like 2021 when every startup wanted to "explore blockchain use cases" even when a regular database was fine
don't get me wrong vector dbs are legit for massive scale but do we really need specialized infrastructure for every single RAG app regardless of size, or am i just being a boomer and missing something?