graphrag
graphrag copied to clipboard
A modular graph-based Retrieval-Augmented Generation (RAG) system
## Description This PR is an updated fork of https://github.com/microsoft/graphrag/pull/882. It adds streaming support for local/global search to the Query API. Thanks to [6ixGODD](https://github.com/6ixGODD) for the contribution! Closes https://github.com/microsoft/graphrag/pull/882
## Description [Provide a brief description of the changes made in this pull request.] ## Related Issues [Reference any related issues or tasks that this pull request addresses.] ## Proposed...
### Do you need to file an issue? - [ ] I have searched the existing issues and this bug is not already filed. - [ ] My model is...
### Is there an existing issue for this? - [ ] I have searched the existing issues - [ ] I have checked [#657](https://github.com/microsoft/graphrag/issues/657) to validate if my issue is...
### Is there an existing issue for this? - [ ] I have searched the existing issues - [ ] I have checked [#657](https://github.com/microsoft/graphrag/issues/657) to validate if my issue is...
## Description This PR pulls out the core library logic from the CLI layer into a dedicated API layer, useful for programmatic use cases. The CLI now calls out to...
### Is there an existing issue for this? - [ ] I have searched the existing issues - [ ] I have checked [#657](https://github.com/microsoft/graphrag/issues/657) to validate if my issue is...
### 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...
## Description Fixes an issue with the prompt tuning. Prompts being generated were leading to an emptynetworkerror while the pipeline was running due to the `**{record_delimiter}** ` that is being...
### 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...