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

AzureOpenAIEmbeddingSkill interface

允许使用 Azure OpenAI 资源为给定文本输入生成矢量嵌入。

扩展

属性

dimensions

生成的输出嵌入应具有的维度数。 仅在文本嵌入-3 和更高版本中受支持。

odatatype

多态鉴别器,它指定此对象可以的不同类型的

继承属性

apiKey

指定的 Azure Open AI 资源的 API 密钥。

authIdentity

用于出站连接的用户分配的托管标识。

context

表示执行操作的级别,例如文档根或文档内容(例如 /document 或 /document/content)。 默认值为 /document。

deploymentId

指定资源上 Azure Open AI 模型部署的 ID。

description

描述技能的说明,描述技能的输入、输出和用法。

inputs

技能的输入可以是源数据集中的列,也可以是上游技能的输出。

modelName

在提供的 deploymentId 路径中部署的嵌入模型的名称。

name

唯一标识技能集内的技能的名称。 未定义名称的技能将在技能数组中为其基于 1 的索引提供默认名称,其前缀为字符“#”。

outputs

技能的输出是搜索索引中的字段,或者是另一个技能可以用作输入的值。

resourceUrl

Azure Open AI 资源的资源 URI。

属性详细信息

dimensions

生成的输出嵌入应具有的维度数。 仅在文本嵌入-3 和更高版本中受支持。

dimensions?: number

属性值

number

odatatype

多态鉴别器,它指定此对象可以的不同类型的

odatatype: "#Microsoft.Skills.Text.AzureOpenAIEmbeddingSkill"

属性值

"#Microsoft.Skills.Text.AzureOpenAIEmbeddingSkill"

继承属性详细信息

apiKey

指定的 Azure Open AI 资源的 API 密钥。

apiKey?: string

属性值

string

继承自AzureOpenAIParameters.apiKey

authIdentity

用于出站连接的用户分配的托管标识。

authIdentity?: SearchIndexerDataIdentity

属性值

继承自AzureOpenAIParameters.authIdentity

context

表示执行操作的级别,例如文档根或文档内容(例如 /document 或 /document/content)。 默认值为 /document。

context?: string

属性值

string

继承自BaseSearchIndexerSkill.context

deploymentId

指定资源上 Azure Open AI 模型部署的 ID。

deploymentId?: string

属性值

string

继承自AzureOpenAIParameters.deploymentId

description

描述技能的说明,描述技能的输入、输出和用法。

description?: string

属性值

string

继承自BaseSearchIndexerSkill.description

inputs

技能的输入可以是源数据集中的列,也可以是上游技能的输出。

inputs: InputFieldMappingEntry[]

属性值

继承自BaseSearchIndexerSkill.inputs

modelName

在提供的 deploymentId 路径中部署的嵌入模型的名称。

modelName?: string

属性值

string

继承自AzureOpenAIParameters.modelName

name

唯一标识技能集内的技能的名称。 未定义名称的技能将在技能数组中为其基于 1 的索引提供默认名称,其前缀为字符“#”。

name?: string

属性值

string

继承自BaseSearchIndexerSkill.name

outputs

技能的输出是搜索索引中的字段,或者是另一个技能可以用作输入的值。

outputs: OutputFieldMappingEntry[]

属性值

继承自baseSearchIndexerSkill.outputs

resourceUrl

Azure Open AI 资源的资源 URI。

resourceUrl?: string

属性值

string

继承自AzureOpenAIParameters.resourceUrl