weaviate-client
    Preparing search index...

    Type Alias Text2VecNvidiaConfig

    The configuration for text vectorization using the Nvidia module.

    See the documentation for detailed usage.

    type Text2VecNvidiaConfig = {
        baseURL?: string;
        model?: string;
        truncate?: boolean;
        vectorizeCollectionName?: boolean;
    }
    Index

    Properties

    baseURL?: string

    The base URL to use where API requests should go.

    model?: string

    The model to use.

    truncate?: boolean

    Whether to truncate when vectorising.

    vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.