feat: allow to use customized GraphRAG settings.yaml (#387) bump:patch
* allow to use customized GraphRAG settings.yaml * adjust import style * fix typo * Added GraphRAG original documentation reference. * feat: allow to use customized GraphRAG settings.yaml (#387) --------- Co-authored-by: Chen, Ron Gang <git@git.com>
This commit is contained in:
@@ -25,6 +25,9 @@ GRAPHRAG_API_KEY=<YOUR_OPENAI_KEY>
|
||||
GRAPHRAG_LLM_MODEL=gpt-4o-mini
|
||||
GRAPHRAG_EMBEDDING_MODEL=text-embedding-3-small
|
||||
|
||||
# set to true if you want to use customized GraphRAG config file
|
||||
USE_CUSTOMIZED_GRAPHRAG_SETTING=false
|
||||
|
||||
# settings for Azure DI
|
||||
AZURE_DI_ENDPOINT=
|
||||
AZURE_DI_CREDENTIAL=
|
||||
|
Reference in New Issue
Block a user