Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-GPT and Pinecone [!!use extreme caution!!] #502

Closed
1 task done
aalbrightpdx opened this issue Apr 8, 2023 · 12 comments
Closed
1 task done

Auto-GPT and Pinecone [!!use extreme caution!!] #502

aalbrightpdx opened this issue Apr 8, 2023 · 12 comments

Comments

@aalbrightpdx
Copy link

Duplicates

  • I have searched the existing issues

Steps to reproduce 🕹

I experimented with Auto-GPT and Pinecone over the course of 2-4 days (I used Auto-GPT maybe 5x for 20 min at a time) and Pinecone wanted to charge me $120.00 for the use of their "services".

If you use Pinecone use extreme caution they are extremely shockingly expensive.

They did refund my account, but they also said they wouldn't do it again and I should take care when using their service.

Don't use pinecone!! We need a far better alternative.

Response email from Pinecone:

"Thank you for using Pinecone with AutoGPT. Pinecone is not affiliated with AutoGPT. While AutoGPT clears the data in your Pinecone index after every session, it unnecessarily leaves the index service running. Consequently, you have used an extensive amount of cloud resources through Pinecone.

Your payment was refunded. Unfortunately, we would not be authorised to repeat such a refund again, so we request that you use the service more carefully in the future.

Best,Pinecone's support team "

Current behavior 😯

"Thank you for using Pinecone with AutoGPT. Pinecone is not affiliated with AutoGPT. While AutoGPT clears the data in your Pinecone index after every session, it unnecessarily leaves the index service running. Consequently, you have used an extensive amount of cloud resources through Pinecone.

Your payment was refunded. Unfortunately, we would not be authorised to repeat such a refund again, so we request that you use the service more carefully in the future.

Best,Pinecone's support team "

Expected behavior 🤔

"Thank you for using Pinecone with AutoGPT. Pinecone is not affiliated with AutoGPT. While AutoGPT clears the data in your Pinecone index after every session, it unnecessarily leaves the index service running. Consequently, you have used an extensive amount of cloud resources through Pinecone.

Your payment was refunded. Unfortunately, we would not be authorised to repeat such a refund again, so we request that you use the service more carefully in the future.

Best,Pinecone's support team "

Your prompt 📝

# Paste your prompt here
@mpcahn
Copy link

mpcahn commented Apr 8, 2023

I keep it on the free tier and it burned through it when I was on my free instance. We need a way to spin up a local vector database on our own hard drive and have Auto-GPT use that rather than an api.

@sanesanyo
Copy link

Chroma can be a good alternative in this case as we can run it locally.

@DavidMCampbell
Copy link

Why was Pinecone chosen in the first place? There is no good reason to store a vector database in the cloud when it is much more efficient and free to use local storage.

@pmb2
Copy link

pmb2 commented Apr 8, 2023

Agreed, do we have any PR's currently working on a localized vector storage solution?

@copeugne
Copy link

copeugne commented Apr 8, 2023

I don't think there's anyone working on this right now

@Torantulino
Copy link
Member

Working on fixing this right now, hang tight.

@MikolajMNK19
Copy link

Working on fixing this right now, hang tight.

Will you potentially add a local vector database implementation for those of us who don't want to use pinecone?

@MikolajMNK19
Copy link

Also pinecone seems to be having issues right now as im not able to use the api

@BrianJM
Copy link

BrianJM commented Apr 9, 2023

PostgreSQL, using pgvector, would be a nice addition.

@Torantulino
Copy link
Member

Fixed this in #372

Will work more on pinecone specifically at a later date, but for now it's very optional and not the default.

@santiadavani
Copy link

Check out PostgresML for an open-source vector database alternative - https://github.com/postgresml/postgresml#vector-database

@auderis
Copy link

auderis commented Jul 1, 2023

Currently, the local JSON cache file, Redis, and Pinecone are not functioning properly. Therefore, AutoGPT is unusable, a project that, in my opinion, might as well be shut down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests