SQLBOT连接数据库超时

Traceback (most recent call last):
  File "/opt/sqlbot/app/apps/chat/task/llm.py", line 1183, in execute_sql
    return exec_sql(ds=self.ds, sql=sql, origin_column=False)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sqlalchemy.orm.exc.DetachedInstanceError: Instance  is not bound to a Session; attribute refresh operation cannot proceed (Background on this error at: https://sqlalche.me/e/20/bhk3)

麻烦问一下,这个问题如何解决啊?我就算是退出用户,重新登录进来,也不太行

请问使用的是什么数据源呢,请问怎么触发的这个报错呢?