graphrag
graphrag copied to clipboard
A modular graph-based Retrieval-Augmented Generation (RAG) system
## Description fix the llm organization parameter is ineffective during queries ## Related Issues - none ## Proposed Changes - graphrag/query/factories.py pass organization parameter ## Checklist - [x] I have...
### Describe the bug python -m graphrag.index --root ./microsoft_graphrag ERROR: ❌ create_final_community_reports None ⠋ GraphRAG Indexer ├── Loading Input (text) - 1 files loaded (0 filtered) ----- 100% 0:00:… 0:00:…...
### Is your feature request related to a problem? Please describe. Not really a problem, just wanna know whether there would be more input file format choice instead of only...
## Description Bugs fixes ## Related Issues #575 #528 ## Proposed Changes 1 - clean_up_json function is resolved to parse from first instance of '{' in llm outputs. Allows for...
### Describe the issue I was trying to run graphRAG using llama_cpp. Got the following issue: ❌ create_final_entities ⠼ GraphRAG Indexer ├── Loading Input (text) - 1 files loaded (0...
## Description Merge PR created for #544 Kudos to @jexp ## Related Issues #418 #433 ## Checklist - [ ] I have tested these changes locally. - [ ] I...
### Describe the issue 我在利用密钥和代理使用openai官方模型的过程中出错了 ### Steps to reproduce 使用代理proxy访问openai官方模型,使用个人密钥,其余设置保持默认 ### GraphRAG Config Used ``` encoding_model: cl100k_base skip_workflows: [] llm: api_key: sk-ySJkHe4C。。。。 type: openai_chat # or azure_openai_chat model: gpt-4-turbo-preview model_supports_json:...
### Describe the bug ` json={{ "title": "Product Team: Mansz and Jrman" ` {{ is giving error. I tried to fix the system message for community report. but I found...
### Describe the issue Does anyone have a comprehensive test set? Ideally, it should include a relatively long piece of text and a knowledge graph for accuracy verification. This way,...
### Describe the issue I think we should keep the community id list, not the level Since the community id is required later in calculating the report weight, the level...