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