Description

Configuration for LangChain4j ContentRetriever components.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
display-nameVALUEString Display name for this content retriever configuration
embedding-modelVALUEString Explicit embedding model to use in the content retriever
embedding-storeVALUEString Embedding store to use in the content retriever
enabledVALUEBooleantrueIf set to false, component will be disabled even if configured
max-resultsVALUEInteger Maximum number of results to return from the retriever
min-scoreVALUEDouble Minimum score threshold for retrieved results
typeVALUEi.h.i.l.ContentRetrieverTypeEMBEDDING_STORE_CONTENT_RETRIEVERType of content retriever to create

See the manifest for all available types.