FileNotFoundError: [Errno 2] No such file or directory: '/app/chain_of_table_pack/llama_index/packs/tables/base.py'
from llm_compiler_agent_pack.base import ChainOfTablePack ModuleNotFoundError: No module named 'llm_compiler_agent_pack'
from chain_of_table_pack.base import ChainOfTableQueryEngine, serialize_table ModuleNotFoundError: No module named 'chain_of_table_pack'
from llama_index.packs.tables.chain_of_table.base import ChainOfTableQueryEngine
With this one the import works! π₯³