WeaviateEx.API.Vectorizers.Img2VecNeural (WeaviateEx v0.7.4)
View SourceImg2Vec-Neural vectorizer configuration.
Uses neural networks to create vector embeddings from images. This module runs locally using ResNet-based models.
Example
Img2VecNeural.new(image_fields: ["image", "thumbnail"])
Summary
Functions
Parse configuration from API response.
Create a new Img2Vec-Neural configuration.
Convert configuration to API format.
Returns the vectorizer name for the API.
Types
@type t() :: %WeaviateEx.API.Vectorizers.Img2VecNeural{ image_fields: [String.t()] | nil }
Functions
Parse configuration from API response.
Create a new Img2Vec-Neural configuration.
Options
:image_fields- List of property names containing image data
Convert configuration to API format.
@spec vectorizer_name() :: String.t()
Returns the vectorizer name for the API.