Skip to content

Commit 89148fd

Browse files
committed
fixes
1 parent e2795e8 commit 89148fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/openai/reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ The following parameters are used inside of the `fieldsMapping` field.
649649
| `urlField` | string | Optional | null | The field in your index that contains the original URL of each document. |
650650
| `filepathField` | string | Optional | null | The field in your index that contains the original file name of each document. |
651651
| `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. |
653653

654654
```json
655655
"fieldsMapping": {
@@ -689,7 +689,7 @@ The following parameters are used for Azure Cosmos DB for MongoDB vCore.
689689
| `containerName` | string | Required | null | Azure Cosmos DB for MongoDB vCore only. The Azure Cosmos Mongo vCore container name in the database. |
690690
| `type` (found inside of`embeddingDependencyType`) | string | Required | null | Indicates the embedding model dependency. |
691691
| `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. |
693693

694694
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.
695695

@@ -725,7 +725,7 @@ The following parameters are used inside of the `fieldsMapping` field.
725725
| `urlField` | string | Optional | null | The field in your index that contains the original URL of each document. |
726726
| `filepathField` | string | Optional | null | The field in your index that contains the original file name of each document. |
727727
| `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. |
729729
| `vectorFields` | dictionary | Optional | null | The names of fields that represent vector data |
730730

731731
```json

0 commit comments

Comments
 (0)