Databricks SDK for JavaScript
    Preparing search index...
    interface EmbeddingSourceColumn {
        embeddingConfig?: {
            $case: "embeddingModelEndpointName";
            embeddingModelEndpointName: string;
        };
        modelEndpointNameForQuery?: string;
        name?: string;
    }
    Index

    Properties

    embeddingConfig?: {
        $case: "embeddingModelEndpointName";
        embeddingModelEndpointName: string;
    }

    TODO: clean up ai gateway related code. It's deprecated on ModelServing side.

    Type Declaration

    • $case: "embeddingModelEndpointName"
    • embeddingModelEndpointName: string

      Name of the embedding model endpoint, used by default for both ingestion and querying.

    modelEndpointNameForQuery?: string

    Name of the embedding model endpoint which, if specified, is used for querying (not ingestion).

    name?: string

    Name of the column