weaviate-client
    Preparing search index...

    Type Alias Text2VecModel2Vec

    The configuration for text vectorization using the Model2Vec module.

    type Text2VecModel2Vec = {
        inferenceURL?: string;
        vectorizeCollectionName?: boolean;
    }
    Index

    Properties

    inferenceURL?: string

    The URL to use where API requests should go.

    vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.