io.helidon.integrations.langchain4j.providers.lc4jinprocess.InProcessEmbeddingModelConfig
Description
Configuration blueprint for LangChain4j in-process models
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
path- | Path | The path to the tokenizer file (e.g., "/path/to/tokenizer.json") | |
path- | Path | The path to the modelPath file (e.g., "/path/to/model.onnx") | |
executor | Thread | Executor configuration used by the embedding model | |
pooling- | Pooling | The pooling model to use | |
type | In | 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.