You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"uploadedFileError": "Error uploading file - please try again or contact admin.",
17
+
"deleteFile": "Delete file",
18
+
"deletingFile": "Deleting file...",
19
+
"errorDeleting": "Error deleting.",
20
+
"fileDeleted": "File deleted"
21
+
},
10
22
"developerSettings": "Developer settings",
11
23
12
24
"chatEmptyStateTitle": "Chat with your data",
@@ -96,8 +108,10 @@
96
108
"Sets a minimum score for search results coming back from the semantic reranker. The score always ranges between 0-4. The higher the score, the more semantically relevant the result is to the question.",
97
109
"retrieveNumber":
98
110
"Sets the number of search results to retrieve from Azure AI search. More results may increase the likelihood of finding the correct answer, but may lead to the model getting 'lost in the middle'.",
99
-
"excludeCategory": "Specifies a category to exclude from the search results. There are no categories used in the default data set.",
100
-
"useSemanticReranker": "Enables the Azure AI Search semantic ranker, a model that re-ranks search results based on semantic similarity to the user's query.",
111
+
"excludeCategory":
112
+
"Specifies a category to exclude from the search results. There are no categories used in the default data set.",
113
+
"useSemanticReranker":
114
+
"Enables the Azure AI Search semantic ranker, a model that re-ranks search results based on semantic similarity to the user's query.",
101
115
"useSemanticCaptions":
102
116
"Sends semantic captions to the LLM instead of the full search result. A semantic caption is extracted from a search result during the process of semantic ranking.",
103
117
"suggestFollowupQuestions": "Asks the LLM to suggest follow-up questions based on the user's query.",
@@ -111,5 +125,5 @@
111
125
"streamChat": "Continuously streams the response to the chat UI as it is generated.",
112
126
"useOidSecurityFilter": "Filter search results based on the authenticated user's OID.",
113
127
"useGroupsSecurityFilter": "Filter search results based on the authenticated user's groups."
0 commit comments