autogen-demos / README.md
thinkall's picture
Update source code link
1689097

A newer version of the Gradio SDK is available: 4.44.0

Upgrade
metadata
title: Autogen Demos
emoji: πŸŒ–
colorFrom: pink
colorTo: blue
sdk: gradio
sdk_version: 3.47.1
app_file: app.py
pinned: false
license: mit

Microsoft AutoGen: Retrieve Chat Demo

This demo shows how to use the RetrieveUserProxyAgent and RetrieveAssistantAgent to build a chatbot.

Run app

# 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

Run docker locally

docker build -t autogen/rag .
docker run -it autogen/rag -p 7860:7860

GitHub Discord Blog Paper SourceCode OnlineApp

  • Watch the demo video

Watch the video