dongyukun
2025-06-04 f5ec1f3326f75e18222859a534ed5a249f5e2cc3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
### 切片内容
GET {{baseUrl}}/ai/knowledge/segment/split?url=https://static.Iailab.cn/README_iailab.md&segmentMaxTokens=800
Content-Type: application/json
Authorization: Bearer {{token}}
tenant-id: {{adminTenantId}}
 
### 搜索段落内容
GET {{baseUrl}}/ai/knowledge/segment/search?knowledgeId=2&content=如何使用这个产品&topK=5&similarityThreshold=0.1
Content-Type: application/json
Authorization: Bearer {{token}}
tenant-id: {{adminTenantId}}
 
### 获取文档处理列表
GET {{baseUrl}}/ai/knowledge/segment/get-process-list?documentIds=1,2,3
Content-Type: application/json
Authorization: Bearer {{token}}
tenant-id: {{adminTenantId}}