* fix debug quote list

* delete next text node match

* fix extract default boolean value

* export latest 100 chat items

* fix quote item ui

* doc

* fix doc
This commit is contained in:
heheer
2025-04-22 20:10:35 +08:00
committed by GitHub
parent 27614e9e8b
commit 5c93545016
9 changed files with 28 additions and 26 deletions

View File

@@ -21,4 +21,8 @@ weight: 793
2. 使用记录仪表盘,无法获取指定成员的使用统计。
3. 仪表盘接口,因未考虑时区问题,统计异常。
4. LLM 模型测试接口,无法测试未启用的 LLM。同时修复模型测试接口会把模型自定义请求地址去除问题。
5. 导出对话记录,限制单条对话记录消息上限 1000 组,避免导出失败。
6. 工作流变量下一段文本仍是工作流变量,不触发渲染。
7. 调试知识库检索模块,提示无权操作知识库。
8. 文本内容提取节点,默认值赋值逻辑。