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