Hitan2004 commited on
Commit
2810a53
·
verified ·
1 Parent(s): 9954ecd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -1,10 +1,20 @@
1
  ---
2
- title: Agentic Corrective Rag Ui
3
- emoji: 🏆
4
  colorFrom: pink
5
- colorTo: gray
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Agentic RAG UI
3
+ emoji: 🎨
4
  colorFrom: pink
5
+ colorTo: blue
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
+ # 🎨 Agentic RAG UI
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.