Skip to content

io.helidon.integrations.langchain4j.ContentRetrieverConfig

Description

Configuration for LangChain4j ContentRetriever components

Configuration options

KeyTypeDefaultDescription
embedding-modelStringExplicit embedding model to use in the content retriever
display-nameStringDisplay name for this content retriever configuration
embedding-storeStringEmbedding store to use in the content retriever
max-resultsIntegerMaximum number of results to return from the retriever
typeContentRetrieverTypeEMBEDDING_STORE_CONTENT_RETRIEVERType of content retriever to create
enabledBooleantrueIf set to false, component will be disabled even if configured
min-scoreDoubleMinimum score threshold for retrieved results

See the manifest for all available types.