Update app.py
Browse files
app.py
CHANGED
@@ -78,10 +78,11 @@ with gr.Blocks() as server_info:
|
|
78 |
|
79 |
I present to you an MCP-powered RAG and Research.
|
80 |
|
81 |
-
RAG Tool uses the
|
82 |
Please check [this PDF](https://airgroup2000.com/gallery/albums/userpics/32438/SU-35_TM_eng.pdf) to formulate queries on Sukhoi.
|
83 |
|
84 |
-
The Research Tool is implemented using multi-agent workflow using LlamaIndex (ResearchAgent, WriteAgent, and ReviewAgent).
|
|
|
85 |
|
86 |
## Available Tools
|
87 |
|
|
|
78 |
|
79 |
I present to you an MCP-powered RAG and Research.
|
80 |
|
81 |
+
RAG Tool uses the knowledge base stored on the **GroundX by eyelevel.ai**. The knowledge base is a document that contains information about the SU-35 aircraft, including its features, capabilities, and specifications.
|
82 |
Please check [this PDF](https://airgroup2000.com/gallery/albums/userpics/32438/SU-35_TM_eng.pdf) to formulate queries on Sukhoi.
|
83 |
|
84 |
+
The Research Tool is implemented using multi-agent workflow using **LlamaIndex** (ResearchAgent, WriteAgent, and ReviewAgent).
|
85 |
+
The Agents uses LLM provided by **Nebius**
|
86 |
|
87 |
## Available Tools
|
88 |
|