Change8

v0.2.13

Breaking Changes
📦 ragas
1 breaking2 features🐛 3 fixes🔧 1 symbols

Summary

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

⚠️ Breaking Changes

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

Migration Steps

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

✨ New Features

  • Added support for the end of sequence token for the WatsonX family of models.
  • Enhanced langgraph integration to preserve metadata.

🐛 Bug Fixes

  • Fixed a UnicodeEncode error when saving or loading the knowledge graph.
  • Fixed a broken test case resulting from a changed error message.
  • Updated the Faithfulness prompt to avoid generating responses containing single quotes.

🔧 Affected Symbols

ToolCallAccuracy