Skip to content

[pull] main from microsoft:main#125

Merged
pull[bot] merged 4 commits intographrag:mainfrom
microsoft:main
Feb 12, 2026
Merged

[pull] main from microsoft:main#125
pull[bot] merged 4 commits intographrag:mainfrom
microsoft:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Feb 12, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

gaudyb and others added 4 commits February 11, 2026 14:54
* add notebook example support for each package

* add notebook example support for each package

* semversioner change

* feedback implemented for notebooks

* feedback implemented for notebooks

* feedback implemented for notebooks

---------

Co-authored-by: Gaudy Blanco <gaudy-microsoft@MacBook-Pro-m4-Gaudy-For-Work.local>
* Move document ID, human_readable_id, and raw_data setup from create_final_documents into load workflows

Consolidates core document field initialization (id string cast, human_readable_id index, raw_data default) into load_input_documents and load_update_documents so that create_final_documents only handles the text unit join. Also applies the same setup in the run_pipeline input_documents bypass paths.

* Remove overzealous input document assignment

* Semver

* Format
…2226)

* Add async iterator support to InputReader and use in load workflows

InputReader now implements __aiter__ so it can be used as `async for doc in reader`. The core iteration logic is in _iterate_files(), and read_files() delegates to the iterator for batch loading. Both load_input_documents and load_update_documents workflows now use the async iterator with dataclasses.asdict for DataFrame construction.

* Format
* add profiling

* add unit test for profiling

* fix property name
@pull pull bot locked and limited conversation to collaborators Feb 12, 2026
@pull pull bot added the ⤵️ pull label Feb 12, 2026
@pull pull bot merged commit 8d4080c into graphrag:main Feb 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants