title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license |
---|---|---|---|---|---|---|---|---|
Autogen Demos |
🌖 |
pink |
blue |
gradio |
3.47.1 |
app.py |
false |
mit |
This demo shows how to use the RetrieveUserProxyAgent and RetrieveAssistantAgent to build a chatbot.
# Install dependencies
pip3 install --no-cache-dir torch --index-url https://download.pytorch.org/whl/cpu
pip3 install --no-cache-dir -r requirements.txt
# Launch app
python app.py
docker build -t autogen/rag .
docker run -it autogen/rag -p 7860:7860
- Watch the demo video