Arize Phoenix TS
    Preparing search index...

    A request and the external information retrieved to serve it.

    interface RetrievalRelevanceEvaluationRecord {
        context: string;
        input: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    context: string

    The external information retrieved during the step, with all returned items joined together. Source-agnostic: vector search, tool/MCP call, web search, or content embedded in an LLM turn.

    input: string

    The request the retrieval was serving. Prefer the user's request (e.g. the trace root's input) over a reformulated tool argument or generated query.