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

PineconeFieldMappingOptions interface

可选设置,用于控制使用配置的 Pinecone 资源时字段的处理方式。

属性

contentFields

应被视为内容的索引字段的名称。

contentFieldsSeparator

内容字段应使用的分隔符模式。

filepathField

要用作文件路径的索引字段的名称。

titleField

要用作标题的索引字段的名称。

urlField

要用作 URL 的索引字段的名称。

属性详细信息

contentFields

应被视为内容的索引字段的名称。

contentFields: string[]

属性值

string[]

contentFieldsSeparator

内容字段应使用的分隔符模式。

contentFieldsSeparator?: string

属性值

string

filepathField

要用作文件路径的索引字段的名称。

filepathField?: string

属性值

string

titleField

要用作标题的索引字段的名称。

titleField?: string

属性值

string

urlField

要用作 URL 的索引字段的名称。

urlField?: string

属性值

string