Update app.py
Browse files
app.py
CHANGED
@@ -430,17 +430,26 @@ def create_gradio_interface():
|
|
430 |
# π§ Intelligent Content Organizer MCP Agent
|
431 |
A powerful MCP (Model Context Protocol) server for intelligent content management with semantic search,
|
432 |
summarization, and Q&A capabilities.
|
|
|
|
|
|
|
|
|
433 |
## π Quick Start:
|
434 |
-
1. **Documents in Library** β View your uploaded documents in the "π Document Library" tab
|
435 |
2. **Upload Documents** β Go to "π Upload Documents" tab
|
436 |
3. **Search Your Content** β Use "π Search Documents" to find information
|
437 |
-
4. **Get Summaries** β Select any document in "π Summarize" tab
|
438 |
-
5. **Generate Tags** β Auto-generate tags for your documents in "π·οΈ Generate Tags" tab
|
439 |
-
6. **Ask Questions** β Get answers from your documents in "β Ask Questions" tab
|
440 |
-
7. **Delete Documents** β Remove documents from your library in "π Document Library" tab
|
441 |
-
8. **Refresh Library** β Click the π button to refresh the document list
|
|
|
|
|
|
|
|
|
442 |
""")
|
443 |
|
|
|
444 |
with gr.Tabs():
|
445 |
with gr.Tab("π Document Library"):
|
446 |
with gr.Row():
|
|
|
430 |
# π§ Intelligent Content Organizer MCP Agent
|
431 |
A powerful MCP (Model Context Protocol) server for intelligent content management with semantic search,
|
432 |
summarization, and Q&A capabilities.
|
433 |
+
|
434 |
+
π Read the full article here:
|
435 |
+
<a href="https://huggingface.co/blog/Nihal2000/intelligent-content-organizer#empowering-your-data-building-an-intelligent-content-organizer-with-mistral-ai-and-the-model-context-protocol" target="_blank">Building an Intelligent Content Organizer</a>
|
436 |
+
|
437 |
## π Quick Start:
|
438 |
+
1. **Documents in Library** β View your uploaded documents in the "π Document Library" tab
|
439 |
2. **Upload Documents** β Go to "π Upload Documents" tab
|
440 |
3. **Search Your Content** β Use "π Search Documents" to find information
|
441 |
+
4. **Get Summaries** β Select any document in "π Summarize" tab
|
442 |
+
5. **Generate Tags** β Auto-generate tags for your documents in "π·οΈ Generate Tags" tab
|
443 |
+
6. **Ask Questions** β Get answers from your documents in "β Ask Questions" tab
|
444 |
+
7. **Delete Documents** β Remove documents from your library in "π Document Library" tab
|
445 |
+
8. **Refresh Library** β Click the π button to refresh the document list
|
446 |
+
|
447 |
+
---
|
448 |
+
π For using MCP tools in Claude or other MCP clients, use this endpoint in the config file:
|
449 |
+
https://agents-mcp-hackathon-intelligent-content-organizer.hf.space/gradio_api/mcp/sse
|
450 |
""")
|
451 |
|
452 |
+
|
453 |
with gr.Tabs():
|
454 |
with gr.Tab("π Document Library"):
|
455 |
with gr.Row():
|