weaviate-client
    Preparing search index...

    Type Alias Text2VecGPT4AllConfig

    The configuration for text vectorization using the GPT-4-All module.

    See the documentation for detailed usage.

    type Text2VecGPT4AllConfig = {
        vectorizeCollectionName?: boolean;
    }
    Index

    Properties

    vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.