v2.3.0
microsoft/graphragv2.3.0May 23, 2025by AlonsoGuevara
AI Summary
This release removes Dynamic Max Retries support, updates fnllm and pyarrow (fixing CVE-2024-52338), and enhances the LLM provider output with full responses while fixing search and drift reduce issues.
Key Highlights
- Removed Dynamic Max Retries support
- Updated fnllm to latest version
- Added full llm response to LLM Provider output
- Fixed Drift Reduce Response for non streaming calls
- Fixed global search prompt formatting
Breaking Changes
- Removed Dynamic Max Retries support
New Features
- Full llm response to LLM Provider output
Full Release Notes
## What's Changed - minor: Remove Dynamic Max Retries support. Refactor typer typing in cli interface - minor: Update fnllm to latest. Update default graphrag configuration - patch: A few fixes and enhancements for better reuse and flow. - patch: Add full llm response to LLM PRovider output - patch: Fix Drift Reduce Response for non streaming calls - patch: Fix global search prompt to include missing formatting key - patch: Upgrade pyarrow dependency to >=17.0.0 to fix CVE-2024-52338 **Full Changelog**: https://github.com/microsoft/graphrag/compare/v2.2.1...v2.3.0