graphrag
graphrag copied to clipboard
A modular graph-based Retrieval-Augmented Generation (RAG) system
After running python -m graphrag.index --root ./ragtest I get a 404 resource not found error, however I m not sure that the reason for this would be, as i have...
I am solving how to find references (citations to authors, sources) to summarizations within QA, which GraphRag refers to in answers to queries, after sentences in the text, e.g. [Data:...
## Description fix document bug ## Related Issues [Reference any related issues or tasks that this pull request addresses.] ## Proposed Changes This step is optional, though is is highly...
## Description The community_report in settings.yaml doesn't work. Actually, it is community_reports in the code instead of community_report. ## Related Issues https://github.com/microsoft/graphrag/issues/379 ## Proposed Changes Update the field in settings.yaml...
…ce complexity Refactored the _build_text_unit_context function to enhance its performance and efficiency. Key optimizations include: 1. Set for Text Unit IDs: Replaced list-based membership checks with a set (text_unit_ids_set) to...
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.369 to 1.1.370. Commits 14f3e58 Pyright NPM Package update to 1.1.370 (#281) 804dafb chore(internal): loosen twine dependency See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.0 to 0.5.1. Release notes Sourced from ruff's releases. 0.5.1 Release Notes Preview features [flake8-bugbear] Implement mutable-contextvar-default (B039) (#12113) [pycodestyle] Whitespace after decorator (E204) (#12140) [pytest] Reverse...
Bumps [textual](https://github.com/Textualize/textual) from 0.70.0 to 0.71.0. Changelog Sourced from textual's changelog. [0.71.0] - 2024-06-29 Changed Snapshot tests will normalize SVG output so that changes with no visual impact don't break...
Model used: GPT-4o, openai api, JSON mode. Default settings, default prompts. The pipeline fails with the error message "ValueError: Columns must be same length as key". It seems the cluster_graph()...
 I have successfully replicated the result for the official demo from [get started](https://microsoft.github.io/graphrag/posts/get_started/). This happens when I try on new data by extracting the textual info from a company's...