EmbeddingModelConfig
org.llm4s.llmconnect.config.EmbeddingModelConfig
Configuration for a text embedding model, pairing a model identifier with its output vector size.
Used by embedding providers and the model dimension registry to resolve the expected dimensionality of embeddings produced by a given model.
Value parameters
- dimensions
-
Number of dimensions in the embedding vectors produced by this model.
- name
-
Model identifier (e.g. "text-embedding-3-small", "voyage-3-large").
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article