Which vector database should I use? A comparison cheatsheet
navidre.medium.com
Which vector database should I use? A comparison cheatsheet
1–10 of 91 posts
Re: Which vector database should I use? A comparison cheatsheet
#2Re: Which vector database should I use? A comparison cheatsheet
#3I have prepared this comparison table to help me choose a vector database. I am sharing it here, hoping it may assist you in your projects as well. Main comparison points: cost at scale, compliance, and queries per second (QPS).
Also having some benchmark to compare performance would help.
[0] https://www.elastic.co/guide/en/elasticsearch/reference/curr...
Re: Which vector database should I use? A comparison cheatsheet
#4Re: Which vector database should I use? A comparison cheatsheet
#5How do they compare to embeddings in OpenAI? (Sorry I'm new to all this.)
Re: Which vector database should I use? A comparison cheatsheet
#6Re: Which vector database should I use? A comparison cheatsheet
#7https://docs.datastax.com/en/astra-serverless/docs/vector-se...
Re: Which vector database should I use? A comparison cheatsheet
#8Re: Which vector database should I use? A comparison cheatsheet
#9I have prepared this comparison table to help me choose a vector database. I am sharing it here, hoping it may assist you in your projects as well. Main comparison points: cost at scale, compliance, and queries per second (QPS).
I really hope Pinecone doesn't become the defacto vector DB. They're getting all the attention, but they're closed and crazily venture funded. That's going to turn into an Oracle situation fast.
I understand wanting to keep Amazon out of your business, but licences exist that allow that.
Re: Which vector database should I use? A comparison cheatsheet
#10I have prepared this comparison table to help me choose a vector database. I am sharing it here, hoping it may assist you in your projects as well. Main comparison points: cost at scale, compliance, and queries per second (QPS).
Wondering why you didn’t include Elasticsearch [0] in your comparison. Also having some benchmark to compare performance would help. [0] https://www.elastic.co/guide/en/elasticsearch/reference/curr...
OpenSearch specifically has an edge over Elasticsearch because it supports vectors up to 10k dimensions, whereas ES maxes out at indexing 1024 dimensions, which isn't enough to support OpenAI's 1536 dimension vectors.
And then there's the benefit of it being well documented / Q&A'd, and able to support regular searching, faceting, etc. as well.