Change8

Migrating to RAGAS v0.2.13

Version v0.2.13 introduces 1 breaking change. This guide details how to update your code.

Released: 2/4/2025

1
Breaking Changes
1
Migration Steps
1
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

ToolCallAccuracy

Breaking Changes

Issue #1

The `llm` argument has been removed from the initialization of `ToolCallAccuracy`. Users should update their initialization calls accordingly.

Migration Steps

  1. 1
    If you were initializing `ToolCallAccuracy`, remove the `llm` argument from the constructor call.

Release Summary

This release focuses on bug fixes, prompt improvements, and enhancements to integrations like langgraph, alongside removing an unnecessary argument from ToolCallAccuracy initialization.

Need More Details?

View the full release notes and all changes for RAGAS v0.2.13.

View Full Changelog