This commit is contained in:
2026-05-11 15:23:34 +08:00
parent ed70a140a2
commit 547cbbb4a5
25 changed files with 721 additions and 332 deletions
-2
View File
@@ -128,8 +128,6 @@ PATCH /api/admin/archives/{archive_uid}
- `series`
- `tags`
- `metadata`
- `content`
- `raw`
其中:
-4
View File
@@ -52,8 +52,6 @@ curl <APIdomain>/api/archives/01KQHVREB6XPYF604RVZAP9NNY
"provider": "bigmodel"
}
},
"content": "full normalized archive content ...",
"raw": "# 1.test ...",
"chunks": [
"01KQHVREB6XPYF604RVZAP9NNY_1_39003",
"01KQHVREB6XPYF604RVZAP9NNY_2_12345"
@@ -65,8 +63,6 @@ curl <APIdomain>/api/archives/01KQHVREB6XPYF604RVZAP9NNY
说明:
- `content` 是归一化后的 archive 正文。
- `raw` 是导入时保存的原始 Markdown。
- `chunks` 是当前 archive 关联的 `chunk_uid` 列表。
- `chunk_count` 方便调用方快速判断档案规模,而不必自己数数组长度。