-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can't use local memory backend #1
Comments
I've never been able to use the local storage for this program. You must create a Pinecone account and get an API key and region and add these to your environment variables. You can create a free tier Pinecone account that works fine for this program. Also, the Pinecone memory wasn't working properly, so I had to update it. You will have to clone the repo again and use the newest version. |
@SpyderRex, I managed to get the usual AutoGPT working in proot, and it can work with local memory. |
Nice. That's progress. I haven't tried that yet. |
The main issue is that I can't use chromedriver there, and I have no idea how to install it properly. I had a chromedriver package, but it demands chrome to be installed from snap, and I can't do it, because it's termux proot ¯\_(ツ)_/¯ |
I came up with a solution to that and have added it to my latest push. Chromedriver doesn't have a 32 bit option, so I chose Firefox and geckodriver. They work just fine for the browsing and web scraping. |
I have Poco F3, and I'm using arm64 distro, so I don't need 32 bit binaries |
Make sure you use the command pkg install x11-repo before you try to install firefox and geckodriver. |
I'm using a 32 bit system, so I have to find all kinds of workarounds. I don't know why Chromedriver is a problem. |
Hi, I can't use local memory backend for some reason.
When I run AutoGPT, it sets up the agent, and then just errors with:
I've tried explicitly settings memory backend to local, but had no success.
The text was updated successfully, but these errors were encountered: