graphrag
graphrag copied to clipboard
A modular graph-based Retrieval-Augmented Generation (RAG) system
### Do you need to file an issue? - [ ] I have searched the existing issues and this bug is not already filed. - [ ] My model is...
### 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...
## Description This PR adds a dynamic, graph reasoning module for performing GraphRAG queries. ## Proposed Changes * Create configuration and defaults for DRIFT * Update BaseSearch to accept generic...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.4 to 4.6.8. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.6.8 What's Changed Bug Fixes 🐝 fix: :bug: Added the temp deployment directory created by the action to...
## Description This great program currently supports OpenAI services, which seems to limit its development. In actual enterprise production activities, we usually localize the deployment of some open source models...
When studying the build of local search context, I found some suspicious code in graphrag/query/structured_search/local_search/mixed_context.py. In line 451-452, `final_context` is replaced by the `current_context` generated in the current loop step....
### Do you need to file an issue? - [ ] I have searched the existing issues and this bug is not already filed. - [ ] My model is...
## Description Migration script to transform previous generated indexing files into a separate files per column embedding and original source file without embedding columns. ## Proposed Changes extract_text_embeddings.ipynb script
## Description The updated code initializes the async function properly, imports necessary modules, and ensures the pipeline execution runs as intended. This makes the example functional and aligns with the...
## Description Implements `--reports` argument to the Index CLI, allowing users to specify a dedicated directory for reports. This enhances the flexibility of the pipeline configuration and decouples report directory...