Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Mar 27, 2024
2 parents e2dda24 + 59bc389 commit 7622c41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def __init__(
:param api_key: The Jina API key. It can be explicitly provided or automatically read from the
environment variable JINA_API_KEY (recommended).
:param model: The name of the Jina model to use. Check the list of available models on `https://jina.ai/embeddings/`
:param model: The name of the Jina model to use. Check the list of available models on `https://jina.ai/reranker/`
:param top_k:
The maximum number of Documents to return per query. If None, all documents are returned
The maximum number of Documents to return per query. If `None`, all documents are returned
:param score_threshold:
If provided only returns documents with a score above this threshold.
Expand Down

0 comments on commit 7622c41

Please sign in to comment.