PineconeFieldMappingOptions interface
Optional settings to control how fields are processed when using a configured Pinecone resource.
Properties
content |
The names of index fields that should be treated as content. |
content |
The separator pattern that content fields should use. |
filepath |
The name of the index field to use as a filepath. |
title |
The name of the index field to use as a title. |
url |
The name of the index field to use as a URL. |
Property Details
contentFields
The names of index fields that should be treated as content.
contentFields: string[]
Property Value
string[]
contentFieldsSeparator
The separator pattern that content fields should use.
contentFieldsSeparator?: string
Property Value
string
filepathField
The name of the index field to use as a filepath.
filepathField?: string
Property Value
string
titleField
The name of the index field to use as a title.
titleField?: string
Property Value
string
urlField
The name of the index field to use as a URL.
urlField?: string
Property Value
string
Azure SDK for JavaScript