Description

Configuration blueprint for LangChain4j in-process models.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
enabledVALUEBooleantrueWhether the embedding model is enabled
executorVALUEi.h.c.c.ThreadPoolConfig Executor configuration used by the embedding model
path-to-modelVALUEPath The path to the modelPath file (e.g., "/path/to/model.onnx")
path-to-tokenizerVALUEPath The path to the tokenizer file (e.g., "/path/to/tokenizer.json")
pooling-modeVALUEd.l.m.e.o.PoolingMode The pooling model to use
typeVALUEi.h.i.l.p.l.InProcessModelType Which in-process ONNX model variant should be used

See the manifest for all available types.