Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
项目是工作空间内的知识容器,持有文档、会话和事实
Project ├── Documents — 从文件库导入的文件,索引后支持语义搜索 ├── Conversations — 用户-助手消息交换 │ └── Messages — 会话中的单条消息 └── Project Facts — 从对话中提取的结构化知识
创建项目
导入文档
捕获对话
查询和管理
GET
/api/v3/workspaces/{id}/projects
POST
/api/v3/workspaces/{id}/projects/{projectId}
PATCH
DELETE