Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Almost finished adapting graphrag for MMORE.
Some things are still left to do, in particular regarding the polymorphism between the two retrievers which is why I tagged @paultltc.
Right now, the RAGConfig has a RetrieverConfig attribute, but I don't really see how to change it so we don't have to manually change between the GraphRAGGlobalRetrieverConfig and RegularRetrieverConfig each time. Any idea is welcome :)
I'm not too aware of naming conventions for the project as well, so feel free to hmu with any changes that I should make for this.
I also included the various examples .yaml file, along with a sample of the ICD11 (only the first 10% dataset).
To index, I added an -i option to the CLI command, to indicate whether to use the regular or graphrag indexer. HMU if anything is not clear !