chore: refurbish Python code by applying refurb linter rules (#8296)
This commit is contained in:
@@ -153,7 +153,7 @@ class TencentVector(BaseVector):
|
||||
limit=kwargs.get("top_k", 4),
|
||||
timeout=self._client_config.timeout,
|
||||
)
|
||||
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)
|
||||
return self._get_search_res(res, score_threshold)
|
||||
|
||||
def search_by_full_text(self, query: str, **kwargs: Any) -> list[Document]:
|
||||
|
Reference in New Issue
Block a user