mirror of
https://github.com/microsoft/graphrag.git
synced 2025-11-06 12:54:12 +00:00
* Consistent config load_config
- Provide a consistent way to load configuration
- Resolve potential timestamp directories upfront
upon config object creation
- Add unit tests for resolving timestamp directories
- Resolves #599
- Resolves #1049
* fix formatting issues
* remove unnecessary path resolution
* fix smoke tests
* update prompts to use load_config
* Update none checks
* Update none checks
* Update searching for config method signature
* Update unit tests
* fix formatting issues