TransformerOptimus / SuperAGI
- четверг, 1 июня 2023 г. в 00:00:14
Build and run useful autonomous agents
Infrastructure to build, manage and run useful Autonomous AI Agents
Follow SuperAGI
Share SuperAGI Repository
GUI (Work in progress)
Click here to checkout the latest roadmap
YOU NEED DOCKER AND PINECONE SETUP
git clone https://github.com/TransformerOptimus/SuperAGI.git
in your terminal or directly from github page in zip format.cd SuperAGI
and create a copy of config_template.yaml
and name it config.yaml
.config.yaml
file. Follow the links below to get your keys:Keys | Accessing the keys |
---|---|
OpenAI API Key | Sign up and create an API key at OpenAI Developer |
Google API key | Create a project in the Google Cloud Console and enable the API you need (for example: Google Custom Search JSON API). Then, create an API key in the "Credentials" section. |
Custom search engine ID | Visit Google Programmable Search Engine to create a custom search engine for your application and obtain the search engine ID. |
Pinecone API key | Sign up at Pinecone and create an API key in your account dashboard. |
If you're on the Pinecone free plan, you only have 1 pod and 1 index available. As a workaround, change the index name used in test.py where
memory
is defined:memory = VectorFactory.get_vector_storage("PineCone", "my-current-indexname", OpenAiEmbedding())
docker-compose up
in SuperAGI directory. Open your browser and go to localhost:3000
to see SuperAGI running.This project is under active development and may still have issues. We appreciate your understanding and patience. If you encounter any problems, please first check the open issues. If your issue is not listed, kindly create a new issue detailing the error or problem you experienced. Thank you for your support!