Change8
Error6 reports

Fix BadRequestError

in RAGAS

Solution

BadRequestError in ragas often arises from malformed requests sent to the underlying LLM service, such as exceeding token limits or providing incompatible input formats. To fix this, ensure your prompts and input data adhere to the specific LLM's requirements, including length limitations. Adjust configurations like `max_tokens` or reformat your input to be compatible with the LLM's expected structure.

Timeline

First reported:Mar 4, 2025
Last reported:Nov 14, 2025

Need More Help?

View the full changelog and migration guides for RAGAS

View RAGAS Changelog