chore: refurbish Python code by applying refurb linter rules (#8296)
This commit is contained in:
@@ -205,7 +205,7 @@ class WeaviateVector(BaseVector):
|
||||
|
||||
docs = []
|
||||
for doc, score in docs_and_scores:
|
||||
score_threshold = kwargs.get("score_threshold", 0.0) if kwargs.get("score_threshold", 0.0) else 0.0
|
||||
score_threshold = kwargs.get("score_threshold", 0.0)
|
||||
# check score threshold
|
||||
if score > score_threshold:
|
||||
doc.metadata["score"] = score
|
||||
|
||||
Reference in New Issue
Block a user