Fix Slack MCP integration and update documentation

- Fix SlackMCPReader to use conversations_history instead of channels_list
- Add fallback imports for leann.interactive_utils and leann.settings
- Update slack-setup-guide.md with real screenshots and improved text
- Remove old screenshot files
This commit is contained in:
aakash
2025-10-18 01:08:34 -07:00
parent 8bdd5a17ba
commit c05650103b
5 changed files with 68 additions and 15 deletions

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 534 KiB

View File

@@ -121,13 +121,21 @@ python -m apps.slack_rag \
```
### 4.3 Real RAG Query Example
## Real RAG Query Example (Sky Lab Computing “random”)
This example shows a real query against the Sky Lab Computing workspaces random channel using the Slack MCP server, with an embedded screenshot of the terminal output.
This example demonstrates a successful Slack RAG integration query against the Sky Lab Computing workspace's "random" channel. The system successfully retrieves actual conversation messages and performs semantic search with high relevance scores.
### Screenshot
**Key Features Demonstrated:**
-**Real Slack Integration**: Successfully connects to Slack via MCP server
-**Actual Message Retrieval**: Fetches real conversation history, not just metadata
-**Working RAG Pipeline**: Complete index building, search, and response generation
-**High Relevance Search**: Score of 0.5673 for research papers query
-**Rich Content**: Real research discussions about AI papers, lab updates, etc.
![Sky Random RAG](videos/rag-sky-random.png)
### Screenshots
![Sky Random RAG - Real Slack Integration](videos/slack_integration.png)
![Sky Random RAG - Additional Demo](videos/slack_integration_2.png)
### Prerequisites

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 KiB