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: articles/ai-services/openai/reference.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -649,7 +649,7 @@ The following parameters are used inside of the `fieldsMapping` field.
649
649
|`urlField`| string | Optional | null | The field in your index that contains the original URL of each document. |
650
650
|`filepathField`| string | Optional | null | The field in your index that contains the original file name of each document. |
651
651
|`contentFields`| dictionary | Optional | null | The fields in your index that contain the main text content of each document. |
652
-
|`contentFieldsSeparator`| string | Optional | null | The separator for the your content fields. Use `\n` by default. |
652
+
|`contentFieldsSeparator`| string | Optional | null | The separator for the content fields. Use `\n` by default. |
653
653
654
654
```json
655
655
"fieldsMapping": {
@@ -689,7 +689,7 @@ The following parameters are used for Azure Cosmos DB for MongoDB vCore.
689
689
|`containerName`| string | Required | null | Azure Cosmos DB for MongoDB vCore only. The Azure Cosmos Mongo vCore container name in the database. |
690
690
|`type` (found inside of`embeddingDependencyType`) | string | Required | null | Indicates the embedding model dependency. |
691
691
|`deploymentName` (found inside of`embeddingDependencyType`) | string | Required | null | The embedding model deployment name. |
692
-
|`fieldsMapping`| dictionary | Required for Azure Cosmos DB for MongoDB vCore. | null | Index data column mapping. When using Azure Cosmos DB for MongoDB vCore, the value `vectorFields` is required, which indicates the fields that store vectors. |
692
+
|`fieldsMapping`| dictionary | Required for Azure Cosmos DB for MongoDB vCore. | null | Index data column mapping. When you use Azure Cosmos DB for MongoDB vCore, the value `vectorFields` is required, which indicates the fields that store vectors. |
693
693
694
694
The following parameters are used inside of the optional `embeddingDependency` parameter, which contains details of a vectorization source that is based on an internal embeddings model deployment name in the same Azure OpenAI resource.
695
695
@@ -725,7 +725,7 @@ The following parameters are used inside of the `fieldsMapping` field.
725
725
|`urlField`| string | Optional | null | The field in your index that contains the original URL of each document. |
726
726
|`filepathField`| string | Optional | null | The field in your index that contains the original file name of each document. |
727
727
|`contentFields`| dictionary | Optional | null | The fields in your index that contain the main text content of each document. |
728
-
|`contentFieldsSeparator`| string | Optional | null | The separator for the your content fields. Use `\n` by default. |
728
+
|`contentFieldsSeparator`| string | Optional | null | The separator for the content fields. Use `\n` by default. |
729
729
|`vectorFields`| dictionary | Optional | null | The names of fields that represent vector data |
0 commit comments