Skip to content

Commit

Permalink
Update integrations/opensearch/src/haystack_integrations/components/r…
Browse files Browse the repository at this point in the history
…etrievers/opensearch/bm25_retriever.py

Co-authored-by: Daria Fokina <[email protected]>
  • Loading branch information
agnieszka-m and dfokina authored Aug 6, 2024
1 parent 916f9db commit e62cf3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def run(
:param query: The query string.
:param filters: Filters applied to the retrieved documents. The way runtime filters are applied depends on
the `filter_policy` specifies at Retriever's initialization.
the `filter_policy` specified at Retriever's initialization.
:param all_terms_must_match: If `True`, all terms in the query string must be present in the
retrieved documents.
:param top_k: Maximum number of documents to return.
Expand Down

0 comments on commit e62cf3f

Please sign in to comment.