The community member is using summary and question metadata to retrieve nodes for querying, but is receiving a ValueError stating that the query ID cannot be found. The community member has created all the nodes with their associated metadata, but it seems the nodes cannot be located. The community member has tried using both the RetrieverQueryEngine and the standard QueryEngine, but the issue persists. Other community members suggest checking the type of query engine being used and the version of the llamaindex library, which is currently at version 0.8.43. However, there is no explicitly marked answer to the issue.
Hi, I am using summary and question metadata to help retrieve nodes for querying however it's suddenly stopped working and I am receiving the error: ValueError: Query id f08e5e79-08c9-4bb8-ac61-feae11a10be5 not found in either retriever_dict or query_engine_dict. All the nodes have been created with their associated metadata however it's as if they can't be located for some reason. Any ideas what can be done to fix this?