Updated Readme.
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: MCP
|
3 |
emoji: π
|
4 |
colorFrom: green
|
5 |
colorTo: blue
|
@@ -8,18 +8,18 @@ sdk_version: 5.32.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
-
short_description:
|
12 |
tag: mcp-server-track
|
13 |
---
|
14 |
|
15 |
-
# π MCP
|
16 |
|
17 |
-
I present to you
|
18 |
|
19 |
-
RAG Tool uses GroundX service to fetch the knowledge base. The knowledge base is a document that contains information about the SU-35 aircraft, including its features, capabilities, and specifications.
|
20 |
Please check [this PDF](https://airgroup2000.com/gallery/albums/userpics/32438/SU-35_TM_eng.pdf) to formulate queries on Sukhoi.
|
21 |
|
22 |
-
The Research Tool is implemented using multi-agent workflow using LlamaIndex (ResearchAgent, WriteAgent, and ReviewAgent).
|
23 |
|
24 |
## Available Tools
|
25 |
|
@@ -40,7 +40,7 @@ The Research Tool is implemented using multi-agent workflow using LlamaIndex (Re
|
|
40 |
- Use the MCP RAG Tool tab above to query the knowledge base.
|
41 |
- Use the Research Tool tab above to write report on any topic.
|
42 |
|
43 |
-
## Demo
|
44 |
[Link to Demo on Youtube](https://youtu.be/wvHBqW2ABGg)
|
45 |
|
46 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: MCP-Powered RAG and Research Topic
|
3 |
emoji: π
|
4 |
colorFrom: green
|
5 |
colorTo: blue
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
short_description: MCP-Powered RAG and Research Topic
|
12 |
tag: mcp-server-track
|
13 |
---
|
14 |
|
15 |
+
# π MCP Powered RAG and Research Topic π
|
16 |
|
17 |
+
I present to you an MCP-powered RAG and Research Topic.
|
18 |
|
19 |
+
RAG Tool uses the GroundX service to fetch the knowledge base. The knowledge base is a document that contains information about the SU-35 aircraft, including its features, capabilities, and specifications.
|
20 |
Please check [this PDF](https://airgroup2000.com/gallery/albums/userpics/32438/SU-35_TM_eng.pdf) to formulate queries on Sukhoi.
|
21 |
|
22 |
+
The Research Tool is implemented using a multi-agent workflow using LlamaIndex (ResearchAgent, WriteAgent, and ReviewAgent).
|
23 |
|
24 |
## Available Tools
|
25 |
|
|
|
40 |
- Use the MCP RAG Tool tab above to query the knowledge base.
|
41 |
- Use the Research Tool tab above to write report on any topic.
|
42 |
|
43 |
+
## Watch the Demo Video here
|
44 |
[Link to Demo on Youtube](https://youtu.be/wvHBqW2ABGg)
|
45 |
|
46 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|