PineconeFieldMappingOptions interface

Optional settings to control how fields are processed when using a configured Pinecone resource.

Properties

contentFields

The names of index fields that should be treated as content.

contentFieldsSeparator

The separator pattern that content fields should use.

filepathField

The name of the index field to use as a filepath.

titleField

The name of the index field to use as a title.

urlField

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