Update README.md
Browse files
README.md
CHANGED
@@ -6,16 +6,18 @@ colorTo: blue
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.33.1
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
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 |
-
The Tools are hosted and executed on **Modal Labs
|
19 |
|
20 |
RAG Tool uses the **GroundX** storage by **eyelevel.ai** 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. Please check [this PDF](https://airgroup2000.com/gallery/albums/userpics/32438/SU-35_TM_eng.pdf) to formulate queries on Sukhoi.
|
21 |
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.33.1
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
license: mit
|
11 |
short_description: MCP-Powered RAG and Research Topic
|
12 |
+
models:
|
13 |
+
- meta-llama/Meta-Llama-3.1-8B-Instruct
|
14 |
tag: mcp-server-track
|
15 |
---
|
16 |
|
17 |
# π MCP Powered RAG and Research Topic π
|
18 |
|
19 |
I present to you an MCP-powered RAG and Research Topic.
|
20 |
+
The MCP Tools are hosted and executed on **Modal Labs** platform.
|
21 |
|
22 |
RAG Tool uses the **GroundX** storage by **eyelevel.ai** 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. Please check [this PDF](https://airgroup2000.com/gallery/albums/userpics/32438/SU-35_TM_eng.pdf) to formulate queries on Sukhoi.
|
23 |
|