From 2a4e77ced1fe8f00af421355b6b05642a0125968 Mon Sep 17 00:00:00 2001 From: Arjun Bingly Date: Tue, 30 Apr 2024 14:05:14 -0400 Subject: [PATCH] Add doc for create_config --- src/docs/get_started.config.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/docs/get_started.config.rst b/src/docs/get_started.config.rst index e9f0c0f..3c82967 100644 --- a/src/docs/get_started.config.rst +++ b/src/docs/get_started.config.rst @@ -4,6 +4,14 @@ Configuration GRAG gives the user an option to use a config file, in the form of a ``config.ini``. The use of a config file streamlines the process of passing arguments to the various components in the code. +Generate Config file +********************** +To generate a starters config file with default values, run the below command at the location you want the config file. + +`` +python -m grag.components.create_config +`` + File Resolution **************** GRAG takes the closest ``config.ini`` to the file you run. This enables users to have multiple config files per project,