Skip to content

Commit 3f3ed8b

Browse files
authored
Fix search ranker level (#1203)
1 parent ab06aad commit 3f3ed8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ module backend 'core/host/appservice.bicep' = {
217217
AZURE_STORAGE_CONTAINER: storageContainerName
218218
AZURE_SEARCH_INDEX: searchIndexName
219219
AZURE_SEARCH_SERVICE: searchService.outputs.name
220-
AZURE_SEARCH_SEMANTIC_RANKER: searchServiceSemanticRankerLevel
220+
AZURE_SEARCH_SEMANTIC_RANKER: actualSearchServiceSemanticRankerLevel
221221
AZURE_VISION_ENDPOINT: useGPT4V ? computerVision.outputs.endpoint : ''
222222
VISION_SECRET_NAME: useGPT4V ? computerVisionSecretName: ''
223223
SEARCH_SECRET_NAME: useSearchServiceKey ? searchServiceSecretName : ''

0 commit comments

Comments
 (0)