你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GetEmbeddings interface

方法

post(GetEmbeddingsParameters)

返回给定文本提示的嵌入向量。 该方法对给定终结点上的 /embeddings 路由进行 REST API 调用。

方法详细信息

post(GetEmbeddingsParameters)

返回给定文本提示的嵌入向量。 该方法对给定终结点上的 /embeddings 路由进行 REST API 调用。

function post(options: GetEmbeddingsParameters): StreamableMethod<GetEmbeddings200Response | GetEmbeddingsDefaultResponse>

参数

返回