QueryResultDocumentRerankerInput interface

The raw concatenated strings that were sent to the semantic enrichment process.

Properties

content

The raw concatenated strings for the content fields that were used for semantic enrichment.

keywords

The raw concatenated strings for the keyword fields that were used for semantic enrichment.

title

The raw string for the title field that was used for semantic enrichment.

Property Details

content

The raw concatenated strings for the content fields that were used for semantic enrichment.

content?: string

Property Value

string

keywords

The raw concatenated strings for the keyword fields that were used for semantic enrichment.

keywords?: string

Property Value

string

title

The raw string for the title field that was used for semantic enrichment.

title?: string

Property Value

string