Skip to content

Commit 2dc1d5f

Browse files
committed
feat: update
1 parent d169d54 commit 2dc1d5f

File tree

114 files changed

+1333
-1748
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+1333
-1748
lines changed

README-zh.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ ApeRAG 支持 [MCP(模型上下文协议)](https://modelcontextprotocol.io/)
6060
}
6161
```
6262

63-
**重要提示**:将 `http://localhost:8000` 替换为您实际的 ApeRAG API 地址,将 `your-api-key-here` 替换为 ApeRAG 设置中的有效 API 密钥。
63+
**认证方式**(按优先级):
64+
1. **HTTP Authorization 头**(推荐):`Authorization: Bearer your-api-key`
65+
2. **环境变量**(备用):`APERAG_API_KEY=your-api-key`
66+
67+
**重要提示**:将 `https://rag.apecloud.com` 替换为您实际的 ApeRAG API 地址,将 `your-api-key-here` 替换为 ApeRAG 设置中的有效 API 密钥。
6468

6569
MCP 服务器提供:
6670
- **集合浏览**:列出和探索您的知识集合

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ ApeRAG supports [MCP (Model Context Protocol)](https://modelcontextprotocol.io/)
6161
}
6262
```
6363

64-
**Important**: Replace `http://localhost:8000` with your actual ApeRAG API URL and `your-api-key-here` with a valid API key from your ApeRAG settings.
64+
**Authentication** (by priority):
65+
1. **HTTP Authorization Header** (Recommended): `Authorization: Bearer your-api-key`
66+
2. **Environment Variable** (Fallback): `APERAG_API_KEY=your-api-key`
67+
68+
**Important**: Replace `https://rag.apecloud.com` with your actual ApeRAG API URL and `your-api-key-here` with a valid API key from your ApeRAG settings.
6569

6670
The MCP server provides:
6771
- **Collection browsing**: List and explore your knowledge collections

0 commit comments

Comments
 (0)