Skip to content

Commit 3c48269

Browse files
peter-strsrafoucret
authored andcommitted
Fix diversify retreiver docs typo (elastic#138436)
1 parent 23bf992 commit 3c48269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/elasticsearch/rest-apis/retrievers/diversify-retriever.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is useful when you want to maximize diversity by preventing similar documen
1111
Practical use cases include:
1212
- **eCommerce applications**: Show users a wider variety of products rather than multiple similar items
1313
- **Retrieval augmented generation (RAG) workflows**: Provide more diverse context to the LLM, reducing redundancy in the prompt
14-
-
14+
1515
The retriever uses [MMR (Maximum Marginal Relevance)](https://www.cs.cmu.edu/~jgc/publication/The_Use_MMR_Diversity_Based_LTMIR_1998.pdf) diversification to discard results that are too similar to each other.
1616
Similarity is determined based on the `field` parameter and the optionally provided `query_vector`.
1717
:::{note}

0 commit comments

Comments
 (0)