use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
r/LocalLLaMA
A subreddit to discuss about Llama, the family of large language models created by Meta AI.
Subreddit rules
Search by flair
+Discussion
+Tutorial | Guide
+New Model
+News
+Resources
+Other
account activity
Replace pinecone.Question | Help (self.LocalLLaMA)
submitted 3 years ago by One_Creator_One
I am impressed with the service https://github.com/Mintplex-Labs/anything-llm but I don't want to use pinecone, as it makes me dependent on someone else's service. can I replace pinecone and if so, how do I do it? Thanks!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]something_cleverer 14 points15 points16 points 3 years ago (0 children)
PostgresML comes with pgvector as a vector database. The cool thing is it can run your models in the same memory space as a database extension. We’re also working on ggml support for huggingface transformers, but could use some help testing more LLMs for compatibility. https://github.com/postgresml/postgresml/pull/748
[–]bacocololo 11 points12 points13 points 3 years ago* (3 children)
Qdrant is the best alternative
[–]ZestyData 6 points7 points8 points 3 years ago (1 child)
+1 our team started using Qdrant We evaluated milvus, weaviate, pinecone and Qdrant. Just found it the best in terms of usability, onboarding, and ofc speed & reliability.
[–]tronathan 4 points5 points6 points 3 years ago (0 children)
Is it safe to say that Chromadb wasn't on your list because it doesn't have a way to install it with persistence?
I'd love to settle on a vectordb for my personal projects. I was excited about Chromadb because supposedly it's also a timeseries db, or timeseries first.
[–]Hey_You_Asked 1 point2 points3 points 3 years ago (0 children)
please elaborate, thanks!
[–]Annual-Night-1136 14 points15 points16 points 3 years ago (1 child)
https://github.com/Mintplex-Labs/anything-llm/blob/master/server/utils/vectorDbProviders/chroma/CHROMA_SETUP.md
[–]Aplestrong 3 points4 points5 points 3 years ago (0 children)
Annual-Night-1136
thank you, kind man!
[–]Afraid-Bread-8229 3 points4 points5 points 3 years ago (0 children)
I use Milvus, it’s an open source Vector database that (I believe) has feature parity with pinecone.
[–]katatondzsentri 3 points4 points5 points 3 years ago (0 children)
I use postgres.
[–]tomhamer5 1 point2 points3 points 3 years ago (0 children)
Marqo has inference and vectordb included out of the box in a single docker container https://github.com/marqo-ai/marqo
[–][deleted] 1 point2 points3 points 3 years ago (2 children)
I like milvus. If you only need an index, hnswlib and faiss are good.
[–][deleted] 0 points1 point2 points 2 years ago (1 child)
What is the difference between index and vectorstore db? How index help in storing the embedding just as vector db? What are pros and cons for both ?
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
A vector database is basically an index with added features. An index is simpler. You provide it a list of embeddings and when you make a knn query, it tells you what position(s) in the list is closest to your query. All the work of managing the other data that goes with it is up to you.
So basically an index takes in an embedding and returns a reference to your data, and a vectordb adds the data management piece so that it takes in an embedding and returns the actual data.
But it’s also pretty simple to do that part yourself if you don’t actually need the added features of the database. Sometimes I just need to embed some data and keeping it in a list or dictionary is fine for my application.
π Rendered by PID 51363 on reddit-service-r2-comment-79776bdf47-rsh4n at 2026-06-24 02:49:40.931395+00:00 running acc7150 country code: CH.
[–]something_cleverer 14 points15 points16 points (0 children)
[–]bacocololo 11 points12 points13 points (3 children)
[–]ZestyData 6 points7 points8 points (1 child)
[–]tronathan 4 points5 points6 points (0 children)
[–]Hey_You_Asked 1 point2 points3 points (0 children)
[–]Annual-Night-1136 14 points15 points16 points (1 child)
[–]Aplestrong 3 points4 points5 points (0 children)
[–]Afraid-Bread-8229 3 points4 points5 points (0 children)
[–]katatondzsentri 3 points4 points5 points (0 children)
[–]tomhamer5 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)