Skip to content

[BUG] TypeError: 'NoneType' object is not callable Exception ignored in: <function BasePromptMaker.__del__ at 0x733030a85bd0> #1099

@zhoujiamei-git

Description

@zhoujiamei-git

run
from autorag.deploy import Runner from dotenv import load_dotenv load_dotenv() runner = Runner.from_trial_folder('benchmark1/9' runner.run('How many teams are there in South Korea\'s 2024 baseball season?')
and then

Exception ignored in: <function LlamaIndexLLM.del at 0x733030a84160>
Traceback (most recent call last):
File "/data/disk1/anaconda3/envs/env_for_autorag/lib/python3.10/site-packages/autorag/nodes/generator/llama_index_llm.py", line 55, in del
File "/data/disk1/anaconda3/envs/env_for_autorag/lib/python3.10/site-packages/autorag/nodes/generator/base.py", line 23, in del
File "/data/disk1/anaconda3/envs/env_for_autorag/lib/python3.10/logging/init.py", line 1477, in info
File "/data/disk1/anaconda3/envs/env_for_autorag/lib/python3.10/logging/init.py", line 1624, in _log
File "/data/disk1/anaconda3/envs/env_for_autorag/lib/python3.10/logging/init.py", line 1634, in handle
File "/data/disk1/anaconda3/envs/env_for_autorag/lib/python3.10/logging/init.py", line 1696, in callHandlers
File "/data/disk1/anaconda3/envs/env_for_autorag/lib/python3.10/logging/init.py", line 968, in handle
File "/home/ps/.local/lib/python3.10/site-packages/rich/logging.py", line 159, in emit
File "/home/ps/.local/lib/python3.10/site-packages/rich/logging.py", line 185, in render_message
TypeError: 'NoneType' object is not callable
Exception ignored in: <function BasePromptMaker.del at 0x733030a85bd0>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions