labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
18.68k stars 4.93k forks source link

工作流中判断器后加入ai对话,打印Cannot read properties of null(reading 'q') #3252

Closed sun-timer closed 3 days ago

sun-timer commented 4 days ago

例行检查

你的版本

问题描述, 日志截图,配置文件等 在一个工作流中添加知识库搜索,输出连接一个判断器,之后添加了两个ai对话,希望没有在知识库中检索到时通过另一个ai模型进行联网搜索,但是执行过程中输出: image image

复现步骤 image

预期结果

相关截图 如果知识库中检索成功则可以正常返回 image

305607610 commented 4 days ago

+1 我加了http组件 频繁报这个错

c121914yu commented 4 days ago

用最新版本测试该问题,之前已经有过类似 issue 了。

sun-timer commented 3 days ago

用最新版本测试该问题,之前已经有过类似 issue 了。

哦哦谢谢了,问题已经解决,知识库调用那里必须要填内容才不会报错