Databricks SDK for JavaScript
    Preparing search index...
    interface DirectAccessVectorIndexSpec {
        embeddingSourceColumns?: EmbeddingSourceColumn[];
        embeddingVectorColumns?: EmbeddingVectorColumn[];
        schemaJson?: string;
    }
    Index

    Properties

    embeddingSourceColumns?: EmbeddingSourceColumn[]

    The columns that contain the embedding source. The format should be array[double].

    embeddingVectorColumns?: EmbeddingVectorColumn[]

    The columns that contain the embedding vectors. The format should be array[double].

    schemaJson?: string

    The schema of the index in JSON format. Supported types are integer, long, float, double, boolean, string, date, timestamp. Supported types for vector column: array<float>, array<double>,`.