Configuration for standalone text embedding generation.
Summary
Functions
Creates a new EmbeddingConfig with default values.
Converts the configuration to a map for NIF serialization.
Types
@type t() :: %Kreuzberg.EmbeddingConfig{ batch_size: pos_integer() | nil, model: String.t() | map(), normalize: boolean() }