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

KeyError: '[2022]' #225

Open
z1054136399 opened this issue Feb 6, 2025 · 1 comment
Open

KeyError: '[2022]' #225

z1054136399 opened this issue Feb 6, 2025 · 1 comment

Comments

@z1054136399
Copy link

Traceback (most recent call last):
File "/home/centific/hua-proj/wiseflow_proj/wiseflow/core/run_task.py", line 36, in
asyncio.run(schedule_task())
File "/home/centific/anaconda3/envs/wiseflow/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/home/centific/anaconda3/envs/wiseflow/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/centific/hua-proj/wiseflow_proj/wiseflow/core/run_task.py", line 32, in schedule_task
await asyncio.gather(*jobs)
File "/home/centific/hua-proj/wiseflow_proj/wiseflow/core/general_process.py", line 203, in main_process
more_url = await get_more_related_urls(links_texts, link_dict, get_link_prompts, _logger=wiseflow_logger)
File "/home/centific/hua-proj/wiseflow_proj/wiseflow/core/agents/get_info.py", line 278, in get_more_related_urls
url = link_dict[mark]
KeyError: '[2022]'

@bigbrother666sh
Copy link
Member

请拉取最新代码,这应该是llm提取时混淆了[imgxxx]这样的标记,目前已经取消了这个标记

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants