Change8

Migrating to GraphRAG v2.3.0

Version v2.3.0 introduces 1 breaking change. This guide details how to update your code.

Released: 5/23/2025

1
Breaking Changes
2
Migration Steps
3
Affected Symbols

⚠️ Check Your Code

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

cli interface (typer typing)LLM Provider outputDrift Reduce Response mechanism

Breaking Changes

Issue #1

Removed support for Dynamic Max Retries. Users relying on this feature for controlling retry behavior must now configure retries statically or through other available mechanisms.

Migration Steps

  1. 1
    If you were using Dynamic Max Retries, review your configuration for setting retry limits.
  2. 2
    Ensure pyarrow is upgraded to version 17.0.0 or higher to address CVE-2024-52338.

Release Summary

Version 2.3.0 removes Dynamic Max Retries support, updates dependencies including pyarrow, and introduces fixes for LLM responses and search prompts.

Need More Details?

View the full release notes and all changes for GraphRAG v2.3.0.

View Full Changelog