io.helidon.integrations.langchain4j.providers.lc4jinprocess.InProcessEmbeddingModelConfig
Description
Configuration blueprint for LangChain4j in-process models
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
path-to-tokenizer | Path | The path to the tokenizer file (e.g., "/path/to/tokenizer.json") | |
path-to-model | Path | The path to the modelPath file (e.g., "/path/to/model.onnx") | |
executor | ThreadPoolConfig | Executor configuration used by the embedding model | |
pooling-mode | PoolingMode | The pooling model to use | |
type | InProcessModelType | Which in-process ONNX model variant should be used | |
enabled | Boolean | true | Whether the embedding model is enabled |
Usages
See the manifest for all available types.