hi im getting when using sql_database ; --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[89], line 1 ----> 1 response = query_engine.query("Algum comentário menciona a empresa BAT?") 2 response
File ~/opt/miniconda3/envs/chatbot/lib/python3.9/site-packages/llama_index/llm_predictor/base.py:123, in LLMPredictor.predict(self, prompt, **prompt_args) ... 239 f"Please use a prompt that is less than {context_window} tokens." 240 ) 241 return max_token
ValueError: The prompt is too long for the model. Please use a prompt that is less than 4097 tokens. Output is truncated. View as a scrollable element or open in a text editor. Adjust cell output settings...