Skip to content

Releases: microsoft/graphrag

v3.0.8

27 Mar 20:52

Choose a tag to compare

What's Changed

Full Changelog: v3.0.7...v3.0.8

v3.0.7

24 Mar 17:21

Choose a tag to compare

What's Changed

  • patch: reconfigure vector store size by embedding model

Security

Full Changelog: v3.0.6...v3.0.7

v3.0.6

06 Mar 20:07

Choose a tag to compare

What's Changed

Full Changelog: v3.0.5...v3.0.6

v3.0.5

27 Feb 21:17
1ceb00c

Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

v3.0.4

24 Feb 23:06
a82d186

Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.4

Release v3.0.2

13 Feb 18:44
9032b79

Choose a tag to compare

What's Changed

  • patch: Add CSVTableProvider
  • patch: Add DataReader class for typed dataframe loading from TableProvider across indexing workflows and query CLI
  • patch: Add TableProvider abstraction for table-based storage operations
  • patch: Add async iterator support to InputReader and use it in load_input_documents and load_update_documents workflows.
  • patch: Add table provider factory.
  • patch: Fix missed py 3.13.
  • patch: Move document ID, human_readable_id, and raw_data initialization from create_final_documents into load_input_documents and load_update_documents.
  • patch: Remove NetworkX dependency from graph utilities; move to DataFrame-based implementations in graphrag.graphs package.
  • patch: Remove unnecessary response format check. Fixes: #2203
  • patch: add profiling to get memory usage
  • patch: update notebooks

Full Changelog: v3.0.1...v3.0.2

Release v3.0.1

28 Jan 18:55

Choose a tag to compare

What's Changed

  • patch: Fix missing dependency.

Full Changelog: https://github.com/microsoft/graphrag/compare/v3.0.0..v3.0.1

Release v3.0.0

28 Jan 18:54
1add9a5

Choose a tag to compare

What's Changed

  • major: Monorepo restructure

    New Packages:

    • graphrag-cache
    • graphrag-chunking
    • graphrag-common
    • graphrag-input
    • graphrag-llm
    • graphrag-storage
    • graphrag-vectors

    Changes:

    • New config: run graphrag init --force to reinitialize config with new layout and options.

Full Changelog: v2.7.1...v3.0.0

Release v2.7.1

26 Jan 19:49

Choose a tag to compare

What's Changed

  • patch: Pin pandas==2.3.3.

Full Changelog: v2.7.0...v2.7.1

v2.7.0

09 Oct 17:36
fdb7e38

Choose a tag to compare

What's Changed

  • minor: Set LiteLLM as default in init_content.
  • patch: Fix Azure auth scope issue with LiteLLM.
  • patch: Housekeeping before 3.0

Full Changelog: v2.6.0...v2.7.0