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
    documentText: string
    input: string