weaviate-client
    Preparing search index...

    Type Alias Img2VecNeuralConfig

    The configuration for image vectorization using a neural network module.

    See the documentation for detailed usage.

    type Img2VecNeuralConfig = {
        imageFields: string[];
    }
    Index

    Properties

    Properties

    imageFields: string[]

    The image fields used when vectorizing. This is a required field and must match the property fields of the collection that are defined as DataType.BLOB.