title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license |
---|---|---|---|---|---|---|---|---|
GeneralistAutogenAgent |
🌍 |
gray |
red |
gradio |
4.0.2 |
app.py |
false |
mit |
Check the plugins folder for new Semantic Kernel Plugins
- sign up and get an api key for open ai
- sign up and set up a project in zilliz cloud
- sign up and get an api key for Bing! Search
This plugin allows users to plug in their existing zilliz account to a multiagent framework using autogen and semantic-kernel.
- Navigate to cloud.zilliz.com
- sign-up
- visit this weblink https://aka.ms/bingapisignup
- open your portal : https://portal.azure.com/#create/microsoft.bingsearch
on the command line :
git clone https://github.com/Tonic-AI/EasyAGI
cd EasyAGI
If you're on Windows run the following command and edit the files below using notepad or VSCode and save them accordingly.
set PATH=%PATH%
then edit the OAI_CONFIG_LIST file or on the command line:
nano OAI_CONFIG_LIST.json
on the command line , press:
control + x
Write :
Y
to save then run
nano app.py
and edit lines 25-27 of app.py
"host": "your_milvus_host",
"port": "your_milvus_port",
"collection_name": "your_collection_name"
with your zilliz cloud credentials.
and line 15 with your Bing! api key then save.
or if you're on the command line press:
control + x
Write :
y
to save.
then type the following in your command line
pip install -r requirements.txt
and finally :
python app.py
to run. or install and run the application inside your compiler - like VS Code.