FieldMapping interface
フィールド マッピング構成クラス
プロパティ
| content |
テキストコンテンツを含むフィールドのリスト |
| filepath |
テキストコンテンツのソースとして使用するファイルのパス |
| metadata |
メタデータコンテンツを含むフィールドのリスト |
| title |
ドキュメントのタイトルを含むフィールド |
| url |
ドキュメントの URL を含むフィールド |
| vector |
ベクトルコンテンツを持つフィールドのリスト |
プロパティの詳細
contentFields
テキストコンテンツを含むフィールドのリスト
contentFields: string[]
プロパティ値
string[]
filepathField
テキストコンテンツのソースとして使用するファイルのパス
filepathField?: string
プロパティ値
string
metadataFields
メタデータコンテンツを含むフィールドのリスト
metadataFields?: string[]
プロパティ値
string[]
titleField
ドキュメントのタイトルを含むフィールド
titleField?: string
プロパティ値
string
urlField
ドキュメントの URL を含むフィールド
urlField?: string
プロパティ値
string
vectorFields
ベクトルコンテンツを持つフィールドのリスト
vectorFields?: string[]
プロパティ値
string[]