Skip to content
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

Open
1 of 2 tasks
gezongyang opened this issue Feb 8, 2025 · 7 comments
Open
1 of 2 tasks

金融财报分析助手指标库查询时出错 #2334

gezongyang opened this issue Feb 8, 2025 · 7 comments
Labels
enhancement New feature or request Waiting for reply

Comments

@gezongyang
Copy link

Search before asking

  • I had searched in the issues and found no similar feature requirement.

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?

  • Yes I am willing to submit a PR!
@gezongyang gezongyang added enhancement New feature or request Waiting for reply labels Feb 8, 2025
@Aries-ckt
Copy link
Collaborator

what's your dbgpt version? v0.6.3?

@gezongyang
Copy link
Author

what's your dbgpt version? v0.6.3?
更新到最新版本了

@Aries-ckt
Copy link
Collaborator

try to downgrade to v0.6.2, dbgpts's financial app did not adapt for v0.6.3 new feature.

@gezongyang
Copy link
Author

Image
VECTOR_STORE_TYPE=Chroma 向量存储类型设置的是Chroma

@gezongyang
Copy link
Author

try to downgrade to v0.6.2, dbgpts's financial app did not adapt for v0.6.3 new feature.

ok,thanks

@gezongyang
Copy link
Author

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向量库存储是否会有问题

@Aries-ckt
Copy link
Collaborator

还没试过Milvus, 可以先用默认Chroma试试,如果没啥问题再切到milvus看看,可能有问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Waiting for reply
Projects
None yet
Development

No branches or pull requests

2 participants