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 Add comprehensive LLM usage and retry tracking for the indexing stage, providing complete performance observability. ## Related Issues [[Feature Request]: Enhance LLM usage logging in indexing workflows #2103](https://github.com/microsoft/graphrag/issues/2103)...

### 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

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

bug
triage

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

enhancement

## Description Fix bullet point formatting in global search docs. Before this change it [looks like this](https://microsoft.github.io/graphrag/query/global_search/): Also fix the Markdown file formatting (newlines and trailing whitespace) in the query...

### 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

I would like to sincerely thank the MS GraphRAG team for creating such an outstanding project. It’s truly impressive, and I’ve been very eager to use it myself. However, since...

## Description Fixed outdated column names in the notebook pertaining to .parquet files ## Proposed Changes Updated column names ## Checklist - [x] I have tested these changes locally. -...

### Fix LanceDB [db_uri](cci:1://file:///c:/Users/T2430514/Downloads/graphrag/graphrag/config/models/graph_rag_config.py:293:4-300:82) validation check The [_validate_vector_store_db_uri](cci:1://file:///c:/Users/T2430514/Downloads/graphrag/graphrag/config/models/graph_rag_config.py:293:4-300:82) method compared `store.db_uri.strip` (the method) to an empty string, which was always `False`. As a result, whitespace-only or empty [db_uri](cci:1://file:///c:/Users/T2430514/Downloads/graphrag/graphrag/config/models/graph_rag_config.py:293:4-300:82) values for...

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

enhancement