mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
Feat: IfElse node support variable reference (#5025)
* if else node support reference (#5016) * if else node support reference * optimize input render * ui * fix --------- Co-authored-by: Archer <545436317@qq.com> * fix: chat * perf: download invoice * optimize ifelse node ui (#5024) * perf: ifelse node * optimize type (#5027) --------- Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -12,7 +12,8 @@ weight: 788
|
||||
1. AI proxy 监控完善,支持以图表/表格形式查看模型调用和性能情况。
|
||||
2. HTTP 节点和 MCP 支持单独“鉴权配置”,鉴权配置明文不会二次返回客户端,以保障数据安全。
|
||||
3. 问题分类和内容提取,提示词中自动加入上一轮结果进行额外引导。
|
||||
4. 商业版支持知识库分块时,LLM 进行自动分段识别。
|
||||
4. 判断器支持变量引用。
|
||||
5. 商业版支持知识库分块时,LLM 进行自动分段识别。
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
|
Reference in New Issue
Block a user