generated/embeddings_options.pb library

Classes

EmbeddingsCreateRequest
EmbeddingsCreateResult
EmbeddingsInputType
EmbeddingsOptions
Per-call overrides. Unset fields fall back to the loaded bundle's defaults.
EmbeddingsPoolingStrategy
The required public spelling in every SDK is exactly "mean" / "cls" / "last". LAST is the final token's hidden state (llama.cpp --pooling last), which decoder-style embedders require. It is NOT max-pooling; no SDK may expose it as "max".
EmbeddingsRequest
One text = embed, multiple texts = embed_batch.
EmbeddingsResult
EmbeddingVector

Extensions

GeneratedMessageGenericExtensions on T
Extensions on GeneratedMessages.