generated/embeddings_options.pbenum library
Classes
- EmbeddingsInputType
- 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".