diff --git a/demos/use_cases/rag_agent/README.md b/demos/use_cases/rag_agent/README.md index 41989927..70cbe297 100644 --- a/demos/use_cases/rag_agent/README.md +++ b/demos/use_cases/rag_agent/README.md @@ -14,15 +14,11 @@ A FastAPI service that rewrites user queries using archgw and gpt-4o-mini for be ```bash docker compose up -d ``` +1. **Interact with rag agent using open-web-ui**: + Navigate to http://localhost:8080 and try some sample queries like "What is the guaranteed uptime percentage for TechCorp's cloud services?" -2. **Start the query parser service**: - ```bash - uv run python -m rag_agent.query_parser - ``` +Note: open-web-ui takes some time to load. -## Configuration +Sample screenshot of UI, -```bash -# archgw LLM Gateway base URL (default: http://localhost:12000/v1) -export LLM_GATEWAY_ENDPOINT="http://localhost:12000/v1" -``` + diff --git a/demos/use_cases/rag_agent/image.png b/demos/use_cases/rag_agent/image.png new file mode 100644 index 00000000..f9ea2b26 Binary files /dev/null and b/demos/use_cases/rag_agent/image.png differ