From ce73808f7f4c3335d8e854b9fd9fc678460d3021 Mon Sep 17 00:00:00 2001 From: Eamon O'Reilly Date: Thu, 5 Sep 2024 16:48:12 -0700 Subject: [PATCH] Update host.json to set useSemanticCaptions to false --- app/backend/host.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/backend/host.json b/app/backend/host.json index 3688451..5683679 100644 --- a/app/backend/host.json +++ b/app/backend/host.json @@ -17,7 +17,7 @@ "searchProvider": { "type": "azureAiSearch", "isSemanticSearchEnabled": true, - "useSemanticCaptions": true, + "useSemanticCaptions": false, "vectorSearchDimensions": 1536 }, "storageConnectionName": "OpenAiStorageConnection" @@ -26,4 +26,4 @@ "maxConcurrentCalls": 1 } } -} \ No newline at end of file +}