Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Mar 4, 2024
1 parent 0d41e4a commit e6d7771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def _bm25_retrieval(
:param query: String to search in saved Documents' text.
:param filters: Optional filters to narrow down the search space.
:param fuzziness: Fuzziness parameter passed to OpenSearch, defaults to "AUTO". see the official documentation
for valid [fuziness values](https://www.elastic.co/guide/en/OpenSearch/reference/current/common-options.html#fuzziness)
for valid [fuzziness values](https://www.elastic.co/guide/en/OpenSearch/reference/current/common-options.html#fuzziness)
:param top_k: Maximum number of Documents to return, defaults to 10
:param scale_score: If `True` scales the Document`s scores between 0 and 1, defaults to False
:param all_terms_must_match: If `True` all terms in `query` must be present in the Document, defaults to False
Expand Down

0 comments on commit e6d7771

Please sign in to comment.