You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added custom is_finished_parser logic to Google Vertex AI customizati… (#1728)
# Title: Added a custom completion detection parser for Gemini models
## Description
This PR updates Ragas model customization how to guide. It adds proper
completion detection support for Google's Vertex AI Gemini models.
Currently, Ragas systematically raises `LLMDidNotFinishException` with
Gemini models because it doesn't correctly interpret Gemini's completion
signals.
0 commit comments