v3.0.4

microsoft/graphragv3.0.4Feb 24, 2026by gaudyb

AI Summary

This patch release adds streaming support to multiple workflows including document loading, text unit creation, community generation, and graph finalization. It also introduces filtering, timestamps, and CRUD operations to graphrag-vectors, plus adds per-workflow statistics tracking.

Key Highlights

  • Streaming support for load_input_documents and create_base_text_units
  • Streaming create communities and create_final_text_units
  • generate_text_embeddings streaming support
  • streaming finalize_graph and create_final_documents
  • graphrag-vectors: filtering, timestamps, and CRUD operations
  • Write stats per workflow

New Features

  • Streaming support for multiple indexing workflows
  • graphrag-vectors CRUD operations with filtering
  • Per-workflow statistics

Full Release Notes

## What's Changed
* load_input_documents and create_base_text_units streaming by @dayesouza in https://github.com/microsoft/graphrag/pull/2221
* modify smoke tests to include csv table provider by @dayesouza in https://github.com/microsoft/graphrag/pull/2229
* Cosmosdb communities bug by @gaudyb in https://github.com/microsoft/graphrag/pull/2232
* add release doc by @dayesouza in https://github.com/microsoft/graphrag/pull/2235
* Streaming create communities by @dayesouza in https://github.com/microsoft/graphrag/pull/2237
* Streaming create_final_text_units by @dayesouza in https://github.com/microsoft/graphrag/pull/2238
* generate_text_embeddings streaming by @dayesouza in https://github.com/microsoft/graphrag/pull/2241
* feat(graphrag-vectors): add filtering, timestamps, and CRUD operations by @natoverse in https://github.com/microsoft/graphrag/pull/2236
* streaming finalize_graph  by @dayesouza in https://github.com/microsoft/graphrag/pull/2240
* streaming create_final_documents by @dayesouza in https://github.com/microsoft/graphrag/pull/2243
* write stats per workflow by @dayesouza in https://github.com/microsoft/graphrag/pull/2244
* Release v3.0.3 by @gaudyb in https://github.com/microsoft/graphrag/pull/2245
* Release v3.0.4 by @gaudyb in https://github.com/microsoft/graphrag/pull/2247


**Full Changelog**: https://github.com/microsoft/graphrag/compare/v3.0.2...v3.0.4