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:
Binary file not shown.
|
Before Width: | Height: | Size: 534 KiB |
@@ -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 workspace’s “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.
|
||||
|
||||

|
||||
### Screenshots
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### Prerequisites
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 452 KiB |
Reference in New Issue
Block a user