Skip to content

Commit

Permalink
Fix an inconsistency in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Mar 5, 2024
1 parent a53ec9b commit ff7f75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/retrievers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ the `retrievalAugmentor` parameter of the `@RegisterAiService` annotation).

The EmbeddingStoreContentRetriever necessitates a configured embedding store
(Redis, Chroma, etc.) and an embedding model. Configure the maximum number
of documents to retrieve (e.g., 20 in the example) and set the minimum
of documents to retrieve (e.g., 3 in the example) and set the minimum
relevance score if required.

Make sure that the number of documents is not too high (or document too large).
Expand Down

0 comments on commit ff7f75c

Please sign in to comment.