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
此时点击 financial-robot-app 上的开始对话,会报错[SERVER_ERROR]'NoneType' object has no attribute 'get'
定位到代码中会提示发现是 financial_robot_app 的 context 是 None. site-packages/financial_robot_app/__init__.py", line 79, in map db_name = input_value.context.extra.get("db_name") AttributeError: 'NoneType' object has no attribute 'get'
Search before asking
Operating system information
Linux
Python version information
3.10
DB-GPT version
main
Related scenes
Installation Information
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
Device information
GPT Count:1
GPU Memory: 24G
Models information
Online LLM
What happened
此时一切正常,但是这里面的对话没有 financial-robot-app 中的意图识别和text2sql等,我准备尝试在 DB-GPT中使用 financial-robot-app 功能.
此时点击 financial-robot-app 上的开始对话,会报错[SERVER_ERROR]'NoneType' object has no attribute 'get'
定位到代码中会提示发现是 financial_robot_app 的 context 是 None.
site-packages/financial_robot_app/__init__.py", line 79, in map db_name = input_value.context.extra.get("db_name") AttributeError: 'NoneType' object has no attribute 'get'
请问各位大佬有跑通的没?
What you expected to happen
我想尝试完成 feat(ChatKnowledge): Support Financial Report Analysis 中的 scene1 ~ scene3的测试.
How to reproduce
请问如何通过 input_value 传入content?
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: