graphrag icon indicating copy to clipboard operation
graphrag copied to clipboard

A modular graph-based Retrieval-Augmented Generation (RAG) system

Results 568 graphrag issues
Sort by recently updated
recently updated
newest added

## Description This change set adds non-LLM-based JSON malformity handling as a preliminary step before using the more resource-intensive LLM-based fixup. ### More Details While running GraphRAG with a local...

### Describe the bug i added and ran ```py export GRAPHRAG_API_KEY=groq-key ``` ```py python3 -m graphrag.index --init --root . ``` whereas ```py python -m graphrag.query --root . --method local "Who...

awaiting_response
stale

### Describe the issue https://youtu.be/CvCVFH7bsAk ### Steps to reproduce _No response_ ### GraphRAG Config Used _No response_ ### Logs and screenshots _No response_ ### Additional Information - GraphRAG Version: -...

triage

## Description [Provide a brief description of the changes made in this pull request.] In graphrag.config.create_graphrag_config.py, it refers to a wrong key name for the community report section of settings.yaml,...

### Describe the bug the configuration of community_report was never read because in create_graphrag_config.py, it refers to a wrong key: community_reports ``` community_report_config = values.get("community_reports") or {}

bug
triage

## Description This pull request adds comprehensive unit tests for the GlobalSearch class, enhancing the overall test coverage and reliability of the structured search functionality. json mode needs "JSON" text...

## Description ino -> into ## Related Issues [Reference any related issues or tasks that this pull request addresses.] ## Proposed Changes [List the specific changes made in this pull...

## Description This pull request adds functionality to decode chunks back to strings, enabling the use of local embedding models that only accept string inputs. ## Related Issues https://github.com/microsoft/graphrag/issues/451 https://github.com/microsoft/graphrag/issues/528...

### Describe the issue I'm having some difficulty to understand what is the difference between generated nodes and entities. In believe that these two coincide, but for some datasets nodes...

triage

### Describe the issue 这是项目代码 https://github.com/win4r/GraphRAG4OpenWebUI 这是视频演示 https://youtu.be/z4Si6O5NQ4c ### Steps to reproduce _No response_ ### GraphRAG Config Used _No response_ ### Logs and screenshots _No response_ ### Additional Information -...

community_support