ImportError: cannot import name 'ArgPackComponent' from 'llama_index.core.query_pipeline.components' (/home2/asgtestdrive2023/Projects/CP/AI-Team/IDA_Document_Q_and_A/Dev/doc_qa_env/lib/python3.10/site-packages/llama_index/core/query_pipeline/components/init.py)
May I Know Why I am getting this erroe , whenever I am trying to get the node, the same error I am getting whenever response is getting run. Below is code where it is starting.
I believe you're on v0.10.x. And if so, please do ensure that you're using a fresh (brand new) virtual env. Otherwise, we've already seen a host of import issues โ any lingering installs of llama-index v0.9.xx are sure to wreak havoc.