perf: http empty params (#3773)

* model config

* feat: normalization embedding

* perf: http empty params

* doc
This commit is contained in:
Archer
2025-02-13 10:35:11 +08:00
committed by GitHub
parent abe082b9ab
commit 1094c65f2b
9 changed files with 26 additions and 20 deletions

View File

@@ -13,9 +13,10 @@ weight: 804
1. 新增 - 弃用/已删除的插件提示。
2. 新增 - 对话日志按来源分类、标题检索、导出功能。
3. 新增 - LLM 模型支持 top_p, response_format, json_schema 参数
4. 新增 - Doubao1.5 模型预设
5. 新增 - 向量模型支持归一化配置,以便适配未归一化的向量模型,例如 Doubao 的 embedding 模型
3. 新增 - 全局变量支持拖拽排序
4. 新增 - LLM 模型支持 top_p, response_format, json_schema 参数
5. 新增 - Doubao1.5 模型预设。阿里 embedding3 预设
6. 新增 - 向量模型支持归一化配置,以便适配未归一化的向量模型,例如 Doubao 的 embedding 模型。
6. 新增 - AI 对话节点,支持输出思考过程结果,可用于其他节点引用。
7. 优化 - 模型未配置时错误提示。
8. 优化 - 适配非 Stream 模式思考输出。