io.helidon.integrations.langchain4j.ContentRetrieverConfig
Description
Configuration for LangChain4j ContentRetriever components
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
embedding-model | String | Explicit embedding model to use in the content retriever | |
display-name | String | Display name for this content retriever configuration | |
embedding-store | String | Embedding store to use in the content retriever | |
max-results | Integer | Maximum number of results to return from the retriever | |
type | ContentRetrieverType | EMBEDDING_STORE_CONTENT_RETRIEVER | Type of content retriever to create |
enabled | Boolean | true | If set to false, component will be disabled even if configured |
min-score | Double | Minimum score threshold for retrieved results |
See the manifest for all available types.