为 OpenViking 内存命中添加最新内容读取功能,并更新相关文档和测试用例

This commit is contained in:
2026-06-03 16:29:59 +08:00
parent c76c8d47d1
commit 8c479e4ecd
4 changed files with 106 additions and 1 deletions

View File

@ -654,6 +654,8 @@ curl -sS -X DELETE -G "$API/resources" \
同时查询 OpenViking 和 EverOS并合并结果。
OpenViking memory 命中会额外用 `content/read` 补读最新正文,并在 item 中返回 `content`。这可以避免 OpenViking 搜索索引里的 `abstract` 暂时落后于刚刚 `replace` 的 memory 内容时误导调用方。
请求体:
| 参数 | 类型 | 必需 | 说明 |