Skip to content

Releases: microsoft/graphrag

v3.1.0

Choose a tag to compare

@dworthen dworthen released this 28 May 15:55

What's Changed

  • minor: Native CosmosTableProvider with namespace partitioning, transactional batch writes, and simplified AzureCosmosStorage.
  • patch: Update litellm dependency.

Full Changelog: v3.0.9...3.1.0

v3.0.9

Choose a tag to compare

@gaudyb gaudyb released this 13 Apr 19:29
0da2a4d

What's Changed

Full Changelog: v3.0.5...3.0.9

v3.0.8

Choose a tag to compare

@dworthen dworthen released this 27 Mar 20:52

What's Changed

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

v3.0.7

Choose a tag to compare

@dworthen dworthen released this 24 Mar 17:21

What's Changed

  • patch: reconfigure vector store size by embedding model

Security

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

v3.0.6

Choose a tag to compare

@dayesouza dayesouza released this 06 Mar 20:07

What's Changed

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

v3.0.5

Choose a tag to compare

@dayesouza dayesouza released this 27 Feb 21:17
1ceb00c

What's Changed

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

v3.0.4

Choose a tag to compare

@gaudyb gaudyb released this 24 Feb 23:06
a82d186

What's Changed

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

Release v3.0.2

Choose a tag to compare

@dayesouza dayesouza released this 13 Feb 18:44
9032b79

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

Choose a tag to compare

@dworthen dworthen released this 28 Jan 18:55

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

Choose a tag to compare

@dworthen dworthen released this 28 Jan 18:54
1add9a5

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