A record to be evaluated by the document relevancy evaluator.

interface DocumentRelevancyEvaluationRecord {
    documentText: string;
    input: string;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

Properties

documentText: string
input: string