mirror of
https://github.com/microsoft/graphrag.git
synced 2025-07-23 08:53:04 +00:00

* Firsst cut at config cleanup * Reorder top nav * Add query prompts to tuning page * Remove dynamic notebook from nav * Add more thorough yml config descriptions in docs * Further clean out the config * Semver * Add new blog post * Emphasize yaml * Clarify output * Fix unit test * Fix bullet nesting
12 lines
669 B
Markdown
12 lines
669 B
Markdown
# Configuring GraphRAG Indexing
|
|
|
|
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 primary configuration sections for the Indexing Engine pipelines are described below. The main ways to set up GraphRAG in Default Configuration mode are via:
|
|
|
|
- [Init command](init.md) (recommended)
|
|
- [Using YAML for deeper control](yaml.md)
|
|
- [Purely using environment variables](env_vars.md)
|