Databricks SDK for JavaScript
    Preparing search index...
    IndexSubtype: typeof IndexSubtype[keyof typeof IndexSubtype] | string & {}

    The subtype of the AI Search index, determining the indexing and retrieval strategy.

    • VECTOR: Not supported. Use HYBRID instead.
    • FULL_TEXT: An index that uses full-text search without vector embeddings.
    • HYBRID: An index that uses vector embeddings for similarity search and hybrid search.