io.helidon.integrations.langchain4j.InMemoryEmbeddingStoreConfig
Description
Configuration for LangChain4j in-memory embedding store components
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
from-file | Path | Path to a JSON file used to initialize the in-memory embedding store via InMemoryEmbeddingStore.fromFile | |
enabled | Boolean | true | Whether this embedding store component is enabled |
See the manifest for all available types.