We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab06aad commit 3f3ed8bCopy full SHA for 3f3ed8b
infra/main.bicep
@@ -217,7 +217,7 @@ module backend 'core/host/appservice.bicep' = {
217
AZURE_STORAGE_CONTAINER: storageContainerName
218
AZURE_SEARCH_INDEX: searchIndexName
219
AZURE_SEARCH_SERVICE: searchService.outputs.name
220
- AZURE_SEARCH_SEMANTIC_RANKER: searchServiceSemanticRankerLevel
+ AZURE_SEARCH_SEMANTIC_RANKER: actualSearchServiceSemanticRankerLevel
221
AZURE_VISION_ENDPOINT: useGPT4V ? computerVision.outputs.endpoint : ''
222
VISION_SECRET_NAME: useGPT4V ? computerVisionSecretName: ''
223
SEARCH_SECRET_NAME: useSearchServiceKey ? searchServiceSecretName : ''
0 commit comments