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