File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11models :
22 default_chat_model :
33 azure_auth_type : api_key
4- type : ${GRAPHRAG_LLM_TYPE}
4+ type : chat
5+ model_provider : azure
56 api_key : ${GRAPHRAG_API_KEY}
67 api_base : ${GRAPHRAG_API_BASE}
78 api_version : ${GRAPHRAG_API_VERSION}
@@ -14,7 +15,8 @@ models:
1415 async_mode : threaded
1516 default_embedding_model :
1617 azure_auth_type : api_key
17- type : ${GRAPHRAG_EMBEDDING_TYPE}
18+ type : embedding
19+ model_provider : azure
1820 api_key : ${GRAPHRAG_API_KEY}
1921 api_base : ${GRAPHRAG_API_BASE}
2022 api_version : ${GRAPHRAG_API_VERSION}
Original file line number Diff line number Diff line change 11models :
22 default_chat_model :
33 azure_auth_type : api_key
4- type : ${GRAPHRAG_LLM_TYPE}
4+ type : chat
5+ model_provider : azure
56 api_key : ${GRAPHRAG_API_KEY}
67 api_base : ${GRAPHRAG_API_BASE}
78 api_version : ${GRAPHRAG_API_VERSION}
@@ -14,7 +15,8 @@ models:
1415 async_mode : threaded
1516 default_embedding_model :
1617 azure_auth_type : api_key
17- type : ${GRAPHRAG_EMBEDDING_TYPE}
18+ type : embedding
19+ model_provider : azure
1820 api_key : ${GRAPHRAG_API_KEY}
1921 api_base : ${GRAPHRAG_API_BASE}
2022 api_version : ${GRAPHRAG_API_VERSION}
You can’t perform that action at this time.
0 commit comments