graphrag
graphrag copied to clipboard
A modular graph-based Retrieval-Augmented Generation (RAG) system
### 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...
### 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...
### 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...
### 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...
Add graphrag-storage package.
## Description By default, the index name in GraphRAG is constructed using below code: https://github.com/microsoft/graphrag/blob/fdb7e3835badc483f50605db476d8636aeea7156/graphrag/config/embeddings.py#L48 However, in some cases, users may want to connect GraphRAG to an existing embedding index...
## Description Fixes a type mismatch bug in `DynamicCommunitySelection` that prevented the algorithm from correctly traversing child communities during global search queries with `dynamic_community_selection=True`. ## Related Issues Fixes #2004 ##...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.4 to 4.7.4. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.7.4 What's Changed Bug Fixes 🐛 fix: Silence chmod failures on read-only folders by @Copilot in JamesIves/github-pages-deploy-action#1913 fix...
## Description Added a missing return type hint (-> str) to the gen_sha512_hash function to improve type safety and readability. - [x] I have tested these changes locally. - [x]...
## Description Fixed a small mistake in `_stream_reduce`. Just like in `_stream_reduce_response`, the duplicate query is unnecessary since it’s already passed as prompt. ## Related Issues N/A ## Proposed Changes...