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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ Please see the [section below](#add-an-identity-provider) for important informat
64
64
-`AZURE_SEARCH_VECTOR_COLUMNS`
65
65
-`AZURE_SEARCH_QUERY_TYPE`
66
66
-`AZURE_SEARCH_PERMITTED_GROUPS_COLUMN`
67
+
-`AZURE_SEARCH_STRICTNESS`
67
68
-`AZURE_OPENAI_EMBEDDING_ENDPOINT`
68
69
-`AZURE_OPENAI_EMBEDDING_KEY`
69
70
@@ -142,6 +143,7 @@ Note: settings starting with `AZURE_SEARCH` are only needed when using Azure Ope
142
143
|AZURE_SEARCH_URL_COLUMN||Field from your Azure Cognitive Search index that contains a URL for the document, e.g. an Azure Blob Storage URI. This value is not currently used.|
143
144
|AZURE_SEARCH_VECTOR_COLUMNS||List of fields in your Azure Cognitive Search index that contain vector embeddings of your documents to use when formulating a bot response. Represent these as a string joined with "|", e.g. `"product_description|product_manual"`|
144
145
|AZURE_SEARCH_PERMITTED_GROUPS_COLUMN||Field from your Azure Cognitive Search index that contains AAD group IDs that determine document-level access control.|
146
+
|AZURE_SEARCH_STRICTNESS|3|Integer from 1 to 5 specifying the strictness for the model limiting responses to your data.|
145
147
|AZURE_OPENAI_RESOURCE||the name of your Azure OpenAI resource|
146
148
|AZURE_OPENAI_MODEL||The name of your model deployment|
147
149
|AZURE_OPENAI_ENDPOINT||The endpoint of your Azure OpenAI resource.|
0 commit comments