Skip to content

io.helidon.integrations.langchain4j.providers.lc4jinprocess.InProcessEmbeddingModelConfig

Description

Configuration blueprint for LangChain4j in-process models

Configuration options

KeyTypeDefaultDescription
path-to-tokenizerPathThe path to the tokenizer file (e.g., "/path/to/tokenizer.json")
path-to-modelPathThe path to the modelPath file (e.g., "/path/to/model.onnx")
executorThreadPoolConfigExecutor configuration used by the embedding model
pooling-modePoolingModeThe pooling model to use
typeInProcessModelTypeWhich in-process ONNX model variant should be used
enabledBooleantrueWhether the embedding model is enabled

Usages


See the manifest for all available types.