Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support the input of a large DataFrame when generating follow-up ques…
…tions. It might get this error when submit a big df to LLM. File "/workspace/venv/lib/python3.10/site-packages/vanna/base/base.py", line 317, in generate_followup_questions llm_response = self.submit_prompt(message_log, **kwargs) File "/workspace/venv/lib/python3.10/site-packages/vanna/bedrock/bedrock_converse.py", line 85, in submit_prompt raise Exception(f"A Bedrock client error occurred: {message}") Exception: A Bedrock client error occurred: Input is too long for requested model.
- Loading branch information