Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Interface EvaluateOptions

    The request for the alignment evaluation.

    interface EvaluateOptions {
        answer: string;
        groundTruth: string;
        question: string;
    }
    Index
    answer: string

    The generated answer.

    groundTruth: string

    The ground truth answer to the question.

    question: string

    The question for which the answer was generated.