Member Junction
    Preparing search index...
    interface SimpleEmbedTextParams {
        contextUser?: UserInfo;
        modelSize: "medium" | "small";
        textToEmbed: string | string[];
    }
    Index

    Properties

    contextUser?: UserInfo
    modelSize: "medium" | "small"
    textToEmbed: string | string[]

    Either a single string or an array of strings to calculate embeddings for