Databricks SDK for JavaScript
    Preparing search index...
    interface GetVectorIndexRequest {
        ensureRerankerCompatible?: boolean;
        name?: string;
    }
    Index

    Properties

    ensureRerankerCompatible?: boolean

    If true, the URL returned for the index is guaranteed to be compatible with the reranker. Currently this means we return the CP URL regardless of how the index is being accessed. If not set or set to false, the URL may still be compatible with the reranker depending on what URL we return.

    name?: string

    Name of the index