Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cognitive services endpoint to config parameters #6

Merged
merged 5 commits into from
Jun 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated deploy.parameters.json with new required parameter.
dorbaker committed Jun 14, 2024
commit c181b2e3e0bbd7d162744952d6d4bf503e8a35e1
1 change: 1 addition & 0 deletions infra/deploy.parameters.json
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
"CONTAINER_REGISTRY_SERVER": "__CONTAINER_REGISTRY_SERVER__",
"GRAPHRAG_API_BASE": "__GRAPHRAG_API_BASE__",
"GRAPHRAG_API_VERSION": "__GRAPHRAG_API_VERSION__",
"GRAPHRAG_COGNITIVE_SERVICES_ENDPOINT": "__GRAPHRAG_COGNITIVE_SERVICES_ENDPOINT__",
"GRAPHRAG_EMBEDDING_DEPLOYMENT_NAME": "__GRAPHRAG_EMBEDDING_DEPLOYMENT_NAME__",
"GRAPHRAG_EMBEDDING_MODEL": "__GRAPHRAG_EMBEDDING_MODEL__",
"GRAPHRAG_IMAGE": "__GRAPHRAG_IMAGE__",