Skip to content

Commit 5368940

Browse files
committed
update
1 parent 526c044 commit 5368940

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/openai

1 file changed

+1
-1
lines changed

articles/cognitive-services/openai/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sections:
4646
answer: |
4747
Previously, the process for adding new use cases required customers to reapply to the service. Now, we're releasing a new process that allows you to quickly add new use cases to your use of the service. This process follows the established Limited Access process within Azure Cognitive Services. [Existing customers can attest to any and all new use cases here](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUM003VEJPRjRSOTZBRVZBV1E5N1lWMk1XUyQlQCN0PWcu). Please note that this is required anytime you would like to use the service for a new use case you did not originally apply for.
4848
- question: |
49-
I am trying to use embeddings and received the error **InvalidRequestError: Too many inputs. The max number of inputs is 1. We hope to increase the number of inputs per request soon.** How do I fix this?
49+
I am trying to use embeddings and received the error "InvalidRequestError: Too many inputs. The max number of inputs is 1." How do I fix this?
5050
answer: |
5151
This error typically occurs when you try to send a batch of text to embed in a single API request as an array. Currently Azure OpenAI does not support batching with embedding requests. Embeddings API calls should consist of a single string input per request. The string can be up to 8191 tokens in length when using the text-embedding-ada-002 (Version 2) model.
5252
- name: Getting access to Azure OpenAI Service

0 commit comments

Comments
 (0)