-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
金融财报分析助手指标库查询时出错 #2334
Comments
what's your dbgpt version? v0.6.3? |
|
try to downgrade to v0.6.2, dbgpts's financial app did not adapt for v0.6.3 new feature. |
ok,thanks |
如果我使用VECTOR_STORE_TYPE=Milvus, 并使用Milvus向量库存储是否会有问题 |
还没试过Milvus, 可以先用默认Chroma试试,如果没啥问题再切到milvus看看,可能有问题。 |
Search before asking
Description
金融财报分析助手,江苏安靠智能输电工程科技股份有限公司资产负债率查询时,出现以下错误
2025-02-08 12:00:19 DESKTOP-SL3CI44 dbgpt.core.awel.runner.local_runner[13996] INFO Run operator <class 'financial_robot_app.chat_indicator.ChatIndicatorOperator'>(555cdc8e-6c8c-4164-b006-7421db1a4be3) error, error message: Traceback (most recent call last):
File "F:\pyproject\DB-GPT\dbgpt\core\awel\runner\local_runner.py", line 192, in _execute_node
await node._run(dag_ctx, task_ctx.log_id)
File "F:\pyproject\DB-GPT\dbgpt\core\awel\operators\base.py", line 248, in _run
return await self._do_run(dag_ctx)
File "F:\pyproject\DB-GPT\dbgpt\core\awel\operators\common_operator.py", line 190, in _do_run
input_ctx: InputContext = await curr_task_ctx.task_input.map(map_function)
File "F:\pyproject\DB-GPT\dbgpt\core\awel\task\task_impl.py", line 538, in map
new_outputs, results = await self._apply_func(map_func)
File "F:\pyproject\DB-GPT\dbgpt\core\awel\task\task_impl.py", line 533, in _apply_func
results = await asyncio.gather(*map_tasks)
File "F:\pyproject\DB-GPT\dbgpt\core\awel\task\task_impl.py", line 126, in map
out = await self._apply_func(map_func)
File "F:\pyproject\DB-GPT\dbgpt\core\awel\task\task_impl.py", line 112, in _apply_func
out = await func(self._data)
File "D:\devpinstall\anaconda3\envs\dbgpt_env\lib\site-packages\financial_robot_app\chat_indicator.py", line 252, in map
table_infos = await self.get_db_summary(
File "D:\devpinstall\anaconda3\envs\dbgpt_env\lib\site-packages\financial_robot_app\common.py", line 136, in get_db_summary
retriever = DBSchemaRetriever(top_k=top_k, index_store=index_store)
TypeError: DBSchemaRetriever.init() missing 1 required positional argument: 'table_vector_store_connector'
Use case
金融财报分析助手,江苏安靠智能输电工程科技股份有限公司资产负债率查询时
Related issues
No response
Feature Priority
None
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: