Skip to content

Commit dc89f0e

Browse files
committed
update
1 parent 20f6b7c commit dc89f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/api-versions/latest-inference-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5545,7 +5545,7 @@ on a public Azure OpenAI endpoint call for embeddings.
55455545
|------|------|-------------|----------|---------|
55465546
| authentication | [onYourDataApiKeyAuthenticationOptions](#onyourdataapikeyauthenticationoptions) or [onYourDataAccessTokenAuthenticationOptions](#onyourdataaccesstokenauthenticationoptions) | | No | |
55475547
| dimensions | integer | The number of dimensions the embeddings should have. Only supported in `text-embedding-3` and later models. | No | |
5548-
| endpoint | string | Specifies the resource endpoint URL from which embeddings should be retrieved. It should be in the format of https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/embeddings. The api-version query parameter is not allowed. | No | |
5548+
| endpoint | string | Specifies the resource endpoint URL from which embeddings should be retrieved. It should be in the format of `https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/embeddings`. The api-version query parameter is not allowed. | No | |
55495549
| type | [onYourDataVectorizationSourceType](#onyourdatavectorizationsourcetype) | Represents the available sources Azure OpenAI On Your Data can use to configure vectorization of data for use with<br>vector search. | Yes | |
55505550

55515551
### onYourDataDeploymentNameVectorizationSource

0 commit comments

Comments
 (0)