Arize Phoenix TS
    Preparing search index...

    Embedding representation with associated text.

    Contains both the original text and its vector representation for embedding-based operations and similarity searches.

    interface Embedding {
        text?: string;
        vector?: number[];
    }
    Index

    Properties

    Properties

    text?: string
    vector?: number[]