Skip to content

Commit c417aea

Browse files
committed
fixes
1 parent 89148fd commit c417aea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/ai-services/openai/reference.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ The following parameters are used inside of the optional `embeddingDependency` p
668668
| Parameters | Type | Required? | Default | Description |
669669
|--|--|--|--|--|
670670
| `deploymentName` | string | Optional | null | The type of vectorization source to use. |
671-
| `type` | string | Optional | null | The embedding model deployment name, located within the same Azure OpenAI resource. This enables you to use vector search without Azure OpenAI API key and without Azure OpenAI public network access. |
671+
| `type` | string | Optional | null | The embedding model deployment name, located within the same Azure OpenAI resource. This enables you to use vector search without an Azure OpenAI API key and without Azure OpenAI public network access. |
672672

673673
```json
674674
"embeddingDependency": {
@@ -696,7 +696,7 @@ The following parameters are used inside of the optional `embeddingDependency` p
696696
| Parameters | Type | Required? | Default | Description |
697697
|--|--|--|--|--|
698698
| `deploymentName` | string | Optional | null | The type of vectorization source to use. |
699-
| `type` | string | Optional | null | The embedding model deployment name, located within the same Azure OpenAI resource. This enables you to use vector search without Azure OpenAI API key and without Azure OpenAI public network access. |
699+
| `type` | string | Optional | null | The embedding model deployment name, located within the same Azure OpenAI resource. This enables you to use vector search without an Azure OpenAI API key and without Azure OpenAI public network access. |
700700

701701
```json
702702
"embeddingDependency": {
@@ -748,7 +748,7 @@ The following parameters are used inside of the optional `embeddingDependency` p
748748
| Parameters | Type | Required? | Default | Description |
749749
|--|--|--|--|--|
750750
| `deploymentName` | string | Optional | null | The type of vectorization source to use. |
751-
| `type` | string | Optional | null | The embedding model deployment name, located within the same Azure OpenAI resource. This enables you to use vector search without Azure OpenAI API key and without Azure OpenAI public network access. |
751+
| `type` | string | Optional | null | The embedding model deployment name, located within the same Azure OpenAI resource. This enables you to use vector search without an Azure OpenAI API key and without Azure OpenAI public network access. |
752752

753753
```json
754754
"embeddingDependency": {
@@ -772,7 +772,7 @@ The following parameters are used inside of the optional `embeddingDependency` p
772772
| Parameters | Type | Required? | Default | Description |
773773
|--|--|--|--|--|
774774
| `deploymentName` | string | Optional | null | The type of vectorization source to use. |
775-
| `type` | string | Optional | null | The embedding model deployment name, located within the same Azure OpenAI resource. This enables you to use vector search without Azure OpenAI API key and without Azure OpenAI public network access. |
775+
| `type` | string | Optional | null | The embedding model deployment name, located within the same Azure OpenAI resource. This enables you to use vector search without an Azure OpenAI API key and without Azure OpenAI public network access. |
776776

777777
```json
778778
"embeddingDependency": {
@@ -806,7 +806,7 @@ The following parameters are used inside of the optional `embeddingDependency` p
806806
| Parameters | Type | Required? | Default | Description |
807807
|--|--|--|--|--|
808808
| `deploymentName` | string | Optional | null | The type of vectorization source to use. |
809-
| `type` | string | Optional | null | The embedding model deployment name, located within the same Azure OpenAI resource. This enables you to use vector search without Azure OpenAI API key and without Azure OpenAI public network access. |
809+
| `type` | string | Optional | null | The embedding model deployment name, located within the same Azure OpenAI resource. This enables you to use vector search without an Azure OpenAI API key and without Azure OpenAI public network access. |
810810

811811
```json
812812
"embeddingDependency": {

0 commit comments

Comments
 (0)