AutoGPT
AutoGPT copied to clipboard
Pinecone alternatives
Duplicates
- [X] I have searched the existing issues
Summary 💡
Pinecones has often unexpected shutdown and some limits if you use free accounts. Is it possible to implement alternative vector database to connect i.e. ElasticSearch that offer a docker to run it locally?
Examples 🌈
No response
Motivation 🔦
- to have alternatives when Pinecone has issue /limitations
- To keep locally an instance of my database and data
They have recently added support for Redis, Milvus, and it looks like they are about to release support for Weaviate as well.
Thank you for help! I didn't understand that Redis or Milvus can replace Pinecone.
we can just replace Pinecode line in the .env file with Milvus?
If you mean setting "MEMORY_BACKEND=milvus", then yes. there is a section in the .env.template for configuring the other memory backends, like Milvus.
Here I created a wrapper on Open Search which includes all the features in Pinecone and yes, you can run it locally. https://pypi.org/project/opencone/ https://github.com/mjdileep/Opencone