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

项目依赖的graspologic = "^3.4.1"固定依赖scipy==1.12.0,而semantic-kernel (1.24.1) 则需要 scipy>=1.15.1,导致semantic-kernel (1.24.1)无法与graphrag集成

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

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

## Description My team is using GraphRAG's AzureAISearchVectorStore class. Where we're using this, we need the ability to provide a credential directly, as we can't set `api_key` and `DefaultAzureCredential` doesn't...

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

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

triage

以下是针对你提出的所有代码修改的完整 **Git 提交说明**,包含中英文版本。 --- ### **提交说明(中文)** #### **标题** 增强模板格式化功能,支持嵌套结构占位符与未成对花括号处理 #### **详细描述** 1. **新增功能**: - 支持嵌套结构占位符(如 `{data[key]}` 和 `{obj.attr}`),这些占位符将被保留原样,不被 `str.format()` 解析。 - 引入未成对花括号的处理逻辑: - 未闭合的 `{` 转换为普通字符 `{{`。 - 单独的 `}`...

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

For storing in blob, can we also use azure manager identity credentials to store the cache, documents using code?

enhancement