weaviate-client
    Preparing search index...

    Type Alias Text2VecDatabricksConfig

    The configuration for text vectorization using the Databricks module.

    See the documentation for detailed usage.

    type Text2VecDatabricksConfig = {
        endpoint: string;
        instruction?: string;
        vectorizeCollectionName?: boolean;
    }
    Index

    Properties

    endpoint: string
    instruction?: string
    vectorizeCollectionName?: boolean