Member Junction
    Preparing search index...

    Type Alias EmbedTextParams

    EmbedTextParams: BaseParams & { dimensions?: number; text: string }

    Type Declaration

    • Optionaldimensions?: number

      Optional output dimension override. Only supported by models that accept a dimensions parameter (e.g. OpenAI text-embedding-3-*). When omitted, the model's native default dimension is used. The value stored in MJ: Vector Indexes.Dimensions is the authoritative source — callers should read it from there and pass it here.

    • text: string