has any gotten this error:
Traceback (most recent call last):
File "/home/bi/ai/llama_docs_bot/3_eval_baseline/main.py", line 110, in <module>
response = query_engine.query(query)
File "/usr/local/lib/python3.10/dist-packages/llama_index/indices/query/base.py", line 23, in query
response = self._query(str_or_query_bundle)
File "/usr/local/lib/python3.10/dist-packages/llama_index/query_engine/sub_question_query_engine.py", line 126, in _query
sub_questions = self._question_gen.generate(self._metadatas, query_bundle)
File "/usr/local/lib/python3.10/dist-packages/llama_index/question_gen/openai_generator.py", line 77, in generate
question_list = self._program(query_str=query_str, tools_str=tools_str)
File "/usr/local/lib/python3.10/dist-packages/llama_index/program/openai_program.py", line 101, in __call__
chat_response = self._llm.chat(
File "/usr/local/lib/python3.10/dist-packages/llama_index/llms/base.py", line 134, in wrapped_llm_chat
CBEventType.LLM, payload={EventPayload.MESSAGES: args[0]}
IndexError: tuple index out of range
While working with part 3 of the bottoms-up code along?
https://www.youtube.com/watch?v=LQy8iHOJE2A&t=209s