- EmbeddingStoreContentRetrieverConfig (integrations.langchain4j) Configuration
Type: io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig
This is a standalone configuration type, prefix from configuration root:
langchain4j.rag.embedding-store-content-retriever
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
display-name | string | The display name. | |
embedding-model | EmbeddingModel | Explicit embedding model to use in the content retriever. | |
embedding-store | EmbeddingStore | Embedding store to use in the content retriever. | |
enabled | boolean | If set to | |
max-results | int | The maximum number of results. | |
min-score | double | The minimum score threshold. |