diff --git a/articles/ai-services/openai/how-to/batch.md b/articles/ai-services/openai/how-to/batch.md index d780de0d6ff..9cf3c9e0b59 100644 --- a/articles/ai-services/openai/how-to/batch.md +++ b/articles/ai-services/openai/how-to/batch.md @@ -158,7 +158,7 @@ This is currently not supported. ### Can I use the batch API for embeddings models? -This is currently not supported. +Although batch API does not currently support embeddings models, you can use the [embeddings API](./embeddings.md) to get an array of embeddings, in a batch fashion, by sending an array of input strings. ### Does content filtering work with Global Batch deployment?