Auto deploy UI
Browse files
README.md
CHANGED
|
@@ -1,20 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
title: Agentic RAG UI
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: blue
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
Frontend interface for interacting with the Agentic RAG backend.
|
| 13 |
-
|
| 14 |
-
## Features
|
| 15 |
-
- Clean UI for asking questions
|
| 16 |
-
- Displays answers with sources
|
| 17 |
-
- Connects to backend API
|
| 18 |
-
|
| 19 |
-
## Usage
|
| 20 |
-
Enter your query and view AI-generated responses.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Agentic Corrective RAG UI
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: indigo
|
| 5 |
colorTo: blue
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
+
# Agentic Corrective RAG — Frontend UI
|
| 10 |
+
Upload documents, ask questions, get grounded answers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|