Sync docs for schema and metadata fields#2435
Open
natoverse wants to merge 13 commits into
Open
Conversation
Collaborator
Author
gaudyb
reviewed
Jul 11, 2026
gaudyb
reviewed
Jul 11, 2026
gaudyb
reviewed
Jul 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates GraphRAG documentation and example notebooks to match the current schema, config surface area, and supported input formats (including raw_data metadata prepending and additional readers), and refreshes notebook examples to the newer graphrag_llm APIs.
Changes:
- Align input/output schema docs with
raw_data,creation_date,relationship_ids, andfindingslist typing. - Expand docs to reflect additional input formats (JSONL, Parquet, MarkItDown) and update stale architecture/dataflow paths.
- Update example notebooks to use
graphrag_llmmodel factory APIs.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/index/outputs.md | Updates documented output table schemas (e.g., findings, raw_data, relationship_ids). |
| docs/index/inputs.md | Updates supported input format docs and explains raw_data + chunking.prepend_metadata behavior. |
| docs/index/default_dataflow.md | Fixes stale references to the data model folder path. |
| docs/index/architecture.md | Updates the “input reader” section to list current built-in readers. |
| docs/examples_notebooks/local_search.ipynb | Migrates LLM setup to graphrag_llm factories. |
| docs/examples_notebooks/global_search.ipynb | Migrates LLM setup to graphrag_llm factories; currently includes executed outputs/cell counts. |
| docs/examples_notebooks/global_search_with_dynamic_community_selection.ipynb | Migrates LLM setup to graphrag_llm factories. |
| docs/examples_notebooks/drift_search.ipynb | Migrates LLM/vector setup; currently includes warnings + saved error tracebacks. |
| docs/config/yaml.md | Updates YAML config docs for new input types and chunk-prepending behavior. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
dworthen
approved these changes
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation