v.2.4.0

microsoft/graphragv.2.4.0Jul 15, 2025by AlonsoGuevara

AI Summary

This release introduces custom pipeline injection capabilities and refactors the StorageFactory to use a registration-based approach, alongside fixes for embedding limiters and logging standards.

Key Highlights

  • Added ability to inject custom pipelines
  • Refactored StorageFactory to use a registration-based approach
  • Fixed default values for tpm and rpm limiters on embeddings
  • Updated typer dependency
  • Cleaned up logging to follow python standards

New Features

  • Custom pipeline injection
  • Registration-based StorageFactory

Full Release Notes

## What's Changed
- minor: Allow injection of custom pipelines.
- minor: Refactored StorageFactory to use a registration-based approach
- patch: Fix default values for tpm and rpm limiters on embeddings
- patch: Update typer.
- patch: cleaned up logging to follow python standards.


**Full Changelog**: https://github.com/microsoft/graphrag/compare/v2.3.0...v.2.4.0