Arize Phoenix TS
    Preparing search index...
    type EvaluationResult = {
        explanation?: string | null;
        label?: string | null;
        metadata?: Record<string, unknown>;
        score?: number | null;
    }
    Index

    Properties

    explanation?: string | null
    label?: string | null
    metadata?: Record<string, unknown>
    score?: number | null