v2.1.0
microsoft/graphragv2.1.0Mar 12, 2025by AlonsoGuevara
AI Summary
This release adds support for JSON input files and updates the prompt tuning client to handle CSV metadata injection, alongside general pipeline improvements and state object additions.
Key Highlights
- Added support for JSON input files
- Updated prompt tuning client to support csv-metadata injection
- Updated output file types to match new naming convention
- Added check for custom model types while config loading
- Added general-purpose pipeline run state object
New Features
- Support for JSON input files
- Updated prompt tuning client
- General-purpose pipeline run state object
Full Release Notes
## What's Changed * minor: Add support for JSON input files. * minor: Updated the prompt tunning client to support csv-metadata injection and updated output file types to match the new naming convention. * patch: Add check for custom model types while config loading * patch: Adds general-purpose pipeline run state object. **Full Changelog**: https://github.com/microsoft/graphrag/compare/v2.0.0...v2.1.0