Arize Phoenix TS
    Preparing search index...

    A record to be evaluated by the document relevance evaluator.

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

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    documentText: string
    input: string