You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploying the latest code for testing has encountered a new issue where the agent cannot run and reports an error
Expected behavior
No response
Steps to reproduce
新增agent模版DB Assistant,配置完后点击运行报错
Traceback (most recent call last):
File "/home/man_test/ragflow/api/apps/canvas_app.py", line 199, in reset
canvas = Canvas(json.dumps(user_canvas.dsl), current_user.id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<@beartype(agent.canvas.Canvas.__init__) at 0x7f3b4e826a20>", line 31, in __init__
File "/home/man_test/ragflow/agent/canvas.py", line 101, in __init__
self.load()
File "/home/man_test/ragflow/agent/canvas.py", line 116, in load
param.check()
File "/home/man_test/ragflow/agent/component/exesql.py", line 42, in check
super().check()
File "/home/man_test/ragflow/agent/component/generate.py", line 50, in check
self.check_empty(self.llm_id, "[Generate] LLM")
File "/home/man_test/ragflow/agent/component/base.py", line 249, in check_empty
raise ValueError(
ValueError: [Generate] LLM does not support empty value.
Additional information
但是新增agent模版Text To SQL,可以正常点击运行
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same bug?
RAGFlow workspace code commit ID
无
RAGFlow image version
无
Other environment information
No response
Actual behavior
Deploying the latest code for testing has encountered a new issue where the agent cannot run and reports an error
Expected behavior
No response
Steps to reproduce
Additional information
但是新增agent模版Text To SQL,可以正常点击运行
The text was updated successfully, but these errors were encountered: