Update app.py
Browse files
app.py
CHANGED
@@ -87,11 +87,11 @@ with gr.Blocks() as server_info:
|
|
87 |
# π MCP Powered RAG and Research Topic π
|
88 |
|
89 |
I present to you an MCP-powered RAG and Research Topic.
|
90 |
-
The Tools are hosted and executed on **Modal Labs
|
91 |
|
92 |
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.
|
93 |
|
94 |
-
The Research Tool is implemented using a multi-agent workflow using **LlamaIndex
|
95 |
<br>
|
96 |
The Agents use **Nebius** provided LLM.
|
97 |
|
|
|
87 |
# π MCP Powered RAG and Research Topic π
|
88 |
|
89 |
I present to you an MCP-powered RAG and Research Topic.
|
90 |
+
The Tools are hosted and executed on **Modal Labs**.
|
91 |
|
92 |
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.
|
93 |
|
94 |
+
The Research Tool is implemented using a multi-agent workflow using **LlamaIndex**.
|
95 |
<br>
|
96 |
The Agents use **Nebius** provided LLM.
|
97 |
|