Skip to content

Commit

Permalink
hatch run lint:all
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-chung committed Jul 1, 2024
1 parent ca3c9b0 commit 25386d1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(
top_k: int = 10,
scale_score: bool = True,
return_embedding: bool = False,
score_threshold : Optional[float] = None,
score_threshold: Optional[float] = None,
):
"""
Create a QdrantEmbeddingRetriever component.
Expand Down Expand Up @@ -168,7 +168,7 @@ def __init__(
top_k: int = 10,
scale_score: bool = True,
return_embedding: bool = False,
score_threshold : Optional[float] = None,
score_threshold: Optional[float] = None,
):
"""
Create a QdrantSparseEmbeddingRetriever component.
Expand Down Expand Up @@ -302,7 +302,7 @@ def __init__(
filters: Optional[Union[Dict[str, Any], models.Filter]] = None,
top_k: int = 10,
return_embedding: bool = False,
score_threshold : Optional[float] = None,
score_threshold: Optional[float] = None,
):
"""
Create a QdrantHybridRetriever component.
Expand Down

0 comments on commit 25386d1

Please sign in to comment.