Hacker News new | ask | show | jobs
by rahmansahinler1 473 days ago
Thank you very much! Yes, I agree we can kinda say everything is a vector database when you store vectors in it but what I meant by this is we don't need the use Pinecone or any other vector data bases for high performance, high accuracy and user information integration. We all made this with postgresql, redis and faiss. On the other hand, we didn't use pgvector mainly because we wanted to use Faiss as our primary vector search. Faiss gives us flexibilty to control the time for answer generation, with indexing method (tradeoff between accuracy and speed). And indexing with Faiss really fast and efficient.