add screenshot

This commit is contained in:
Adil Hafeez 2025-10-22 16:53:25 -07:00
parent 2065b13f70
commit 399998bbb3
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 5 additions and 9 deletions

View file

@ -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"
```
<img src="image.png" width="75%" height=auto>

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB