Skip to content

io.helidon.integrations.langchain4j.providers.lc4jinprocess.InProcessModelType

Description

This type is an enumeration.

Allowed Values

ValueDescription
ALL_MINILM_L6_V2The default "all-minilm-l6-v2" in-process embedding model
ALL_MINILM_L6_V2_QThe quantized variant of the "all-minilm-l6-v2" in-process embedding model, typically offering reduced memory footprint and potentially faster inference at some quality cost
CUSTOMA custom, user-provided in-process ONNX embedding model, when selected `path-to-model` and `path-to-tokenizer` needs to be provided

Usages


See the manifest for all available types.