microsoft / graphrag

A modular graph-based Retrieval-Augmented Generation (RAG) system
https://microsoft.github.io/graphrag/
MIT License
19.24k stars 1.9k forks source link

Change config.json references to settings.json in the configuration document. #1221

Closed junho85 closed 1 month ago

junho85 commented 1 month ago

Description

Updated the configuration documentation to reflect the default filename for configuration file.

Default config files are ["settings.yaml", "settings.yml", "settings.json"]

https://github.com/microsoft/graphrag/blob/ce71bcf7fbe9811058f6bbc1eb725c4a1d960e7e/graphrag/config/config_file_loader.py#L15

Related Issues

Proposed Changes

Checklist

Additional Notes