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

### Do you need to file an issue? - [ ] I have searched the existing issues and this bug is not already filed. - [ ] My model is...

awaiting_response
stale

### Do you need to file an issue? - [X] I have searched the existing issues and this bug is not already filed. - [X] My model is hosted on...

bug
backlog

### Do you need to file an issue? - [X] I have searched the existing issues and this bug is not already filed. - [X] My model is hosted on...

bug
triage

### Is your feature request related to a problem? Please describe. I am working on creating a News RAG model and would like to add the capability to filter results...

enhancement
backlog

### Is your feature request related to a problem? Please describe. A big part of good rag is the quality of the input data. I would want to specifically prepare...

enhancement
backlog

### Describe the bug When a vector store is specified in the YAML configuration, attempting to execute an indexing job with the bash tool using the `--overlay-defaults` flag results in...

bug

## Description Fix bug about non-ascii encoding like Chinese. In the cache stage, Chinese characters will be stored as /uxxxx; In the summarize stage, Chinese characters will be read as...

### Describe the bug I'm using smaller models and was trying to update the input length (`max_input_length` under `community_reports` in `settings.yaml`, but when generating the community report, the `max_token` in...

bug
triage

## Description [Provide a brief description of the changes made in this pull request.] ## Related Issues [Reference any related issues or tasks that this pull request addresses.] ## Proposed...

Right now GraphRAG only natively supports models hosted by OpenAI and Azure. Many users would like to run additional models, including alternate APIs, SLMs, or models running locally. As a...

enhancement
community_support