Package ai.vespa.embedding.config
Class GgufEmbedderConfig.PoolingType
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<GgufEmbedderConfig.PoolingType.Enum>
ai.vespa.embedding.config.GgufEmbedderConfig.PoolingType
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- GgufEmbedderConfig
public static final class GgufEmbedderConfig.PoolingType
extends com.yahoo.config.EnumNode<GgufEmbedderConfig.PoolingType.Enum>
This class represents gguf-embedder.poolingType
Set pooling type for embeddings (default: UNSPECIFIED, UNSPECIFIED = model default).
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GgufEmbedderConfig.PoolingType.Enumstatic final GgufEmbedderConfig.PoolingType.Enumstatic final GgufEmbedderConfig.PoolingType.Enumstatic final GgufEmbedderConfig.PoolingType.Enumstatic final GgufEmbedderConfig.PoolingType.Enumstatic final GgufEmbedderConfig.PoolingType.EnumFields inherited from class com.yahoo.config.LeafNode
initialized, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.EnumNode
getValue, toStringMethods inherited from class com.yahoo.config.LeafNode
clone, equals, hashCode, setValue, valueMethods inherited from class com.yahoo.config.Node
postInitialize
-
Field Details
-
UNSPECIFIED
-
NONE
-
MEAN
-
CLS
-
LAST
-
RANK
-
-
Constructor Details
-
PoolingType
public PoolingType() -
PoolingType
-
-
Method Details
-
doSetValue
- Specified by:
doSetValuein classcom.yahoo.config.LeafNode<GgufEmbedderConfig.PoolingType.Enum>
-