Change8

v2.3.0

Breaking Changes
📦 graphragView on GitHub →
1 breaking2 features🐛 3 fixes🔧 3 symbols

Summary

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

⚠️ Breaking Changes

  • 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. If you were using Dynamic Max Retries, review your configuration for setting retry limits.
  2. Ensure pyarrow is upgraded to version 17.0.0 or higher to address CVE-2024-52338.

✨ New Features

  • Added full LLM response to LLM Provider output for richer debugging/inspection.
  • Updated default graphrag configuration.

🐛 Bug Fixes

  • Fixed Drift Reduce Response for non-streaming calls.
  • Fixed global search prompt to include missing formatting key.
  • Refactored typer typing in the CLI interface.

🔧 Affected Symbols

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