GetEmbeddings interface
Methods
post(Get |
Return the embedding vectors for given text prompts.
The method makes a REST API call to the |
Method Details
post(GetEmbeddingsParameters)
Return the embedding vectors for given text prompts.
The method makes a REST API call to the /embeddings
route on the given endpoint.
function post(options?: GetEmbeddingsParameters): StreamableMethod<GetEmbeddings200Response | GetEmbeddingsDefaultResponse>
Parameters
- options
- GetEmbeddingsParameters
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript