plano/demos/advanced/multi_turn_rag
Adil Hafeez 2a10517144
Merge remote-tracking branch 'origin/main' into demos-overhaul
# Conflicts:
#	demos/shared/chatbot_ui/Dockerfile
2026-02-15 10:34:52 -08:00
..
config.yaml Standardize demo configs and CLI templates to v0.3.0 2026-02-15 01:43:59 -08:00
docker-compose.yaml Standardize demo configs and CLI templates to v0.3.0 2026-02-15 01:43:59 -08:00
Dockerfile Merge remote-tracking branch 'origin/main' into demos-overhaul 2026-02-15 10:34:52 -08:00
main.py Clean up dead demos and restructure directory layout 2026-02-15 01:43:31 -08:00
mutli-turn-example.png Clean up dead demos and restructure directory layout 2026-02-15 01:43:31 -08:00
README.md Clean up dead demos and restructure directory layout 2026-02-15 01:43:31 -08:00
requirements.txt Clean up dead demos and restructure directory layout 2026-02-15 01:43:31 -08:00
run_demo.sh Clean up dead demos and restructure directory layout 2026-02-15 01:43:31 -08:00

Multi-Turn Agentic Demo (RAG)

This demo showcases how Plano can be used to build accurate multi-turn RAG agent by just writing simple APIs.

Example of Multi-turn Interaction

Energy Source Q/A

Provides information about various energy sources and considerations.

  • Endpoint: /agent/energy_source
  • Parameters:
    • energy_source (str, required): A source of energy (e.g., renewable, fossil).
    • consideration (str, optional): A specific type of consideration for an energy source (e.g., cost, economic, technology).

Starting the demo

  1. Please make sure the pre-requisites are installed correctly
  2. Start Plano
    sh run_demo.sh
    
  3. Navigate to http://localhost:18080
  4. Ask "give me information about renewable energy sources"