Replies: 1 comment
-
If you have the matching environment variable set, it will override what is in settings.yml. This allows you to configure a whole bunch of defaults, but then edit selected ones in your deployed environment of choice. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know how to use Env Vars in Indexing phase.
https://microsoft.github.io/graphrag/posts/config/env_vars/
Let's say we set an Env Var
GRAPHRAG_LLM_MODEL
like this:Then, execute Init command:
settings.yaml is generated like this:
Is this expected behaviour?
Beta Was this translation helpful? Give feedback.
All reactions