graphrag/docs/config/overview.md

12 lines
616 B
Markdown
Raw Normal View History

# Configuring GraphRAG Indexing
2024-07-01 15:25:30 -06:00
The GraphRAG system is highly configurable. This page provides an overview of the configuration options available for the GraphRAG indexing engine.
## Default Configuration Mode
The default configuration mode is the simplest way to get started with the GraphRAG system. It is designed to work out-of-the-box with minimal configuration. The main ways to set up GraphRAG in Default Configuration mode are via:
2024-07-01 15:25:30 -06:00
- [Init command](init.md) (recommended first step)
- [Edit settings.yaml for deeper control](yaml.md)
- [Purely using environment variables](env_vars.md) (not recommended)