graphrag
graphrag copied to clipboard
A modular graph-based Retrieval-Augmented Generation (RAG) system
## Description initialize config with LocalSearchConfig and GlobalSearchConfig ## Proposed Changes settings.yaml: graphrag/index/init_content.py ## Checklist - [X] I have tested these changes locally. - [X] I have reviewed the code...
### Describe the issue I dont know it .if we use general llm ### Steps to reproduce _No response_ ### GraphRAG Config Used _No response_ ### Logs and screenshots _No...
### Describe the issue Indexing is exceeding my rate limit of 60,000 tokens per minute ### Steps to reproduce Settings: ``` tokens_per_minute: 50000 # set a leaky bucket throttle requests_per_minute:...
### Describe the bug create_final_covariates.parquet not generated ### Steps to reproduce _No response_ ### Expected Behavior _No response_ ### GraphRAG Config Used _No response_ ### Logs and screenshots _No response_...
## Description FIx encoding model not being passed correctly on prompt auto templating ## Related Issues [Reference any related issues or tasks that this pull request addresses.] ## Proposed Changes...
## Description Change default values for chunk size, chunk overlap and gleanings. This settings are based on various experimentations we did comparing a small chunk size and overlap against a...
### Describe the bug I can't pull csv files from blob storage, it fails saying that data is empty ### Steps to reproduce _No response_ ### Expected Behavior _No response_...
### Describe the bug Using in google colab. I used several different settings.yaml files to try to get it to work, including initial stock with .env file. One time starting...
### Describe the bug --> [571](file:///C:/Users/x/AppData/Local/Programs/Python/Python311/Lib/subprocess.py:571) raise CalledProcessError(retcode, process.args, [572](file:///C:/Users/yanivvaknin/AppData/Local/Programs/Python/Python311/Lib/subprocess.py:572) output=stdout, stderr=stderr) [573](file:///C:/Users/yanivvaknin/AppData/Local/Programs/Python/Python311/Lib/subprocess.py:573) return CompletedProcess(process.args, retcode, stdout, stderr) CalledProcessError: Command '['python', '-m', 'graphrag.query', '--root', './data/graphrag', '--method', 'global', '--response_type', 'Summarize and...
### Describe the bug When you try to base OpenAI embeddings with Azure OpenAI LLM, it throws an error because it changes the base URL. ### Steps to reproduce 1....