Skip to content
Prev Previous commit
Next Next commit
fix linter
Signed-off-by: Yassin Nouh <[email protected]>
  • Loading branch information
YassinNouh21 committed Apr 9, 2025
commit 6e3413cd68d2bb201623c216bb286103dd05f80c
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,9 @@ def retrieve_online_documents_v2(
table_name = _table_id(config.project, table)

with self._get_conn(config, autocommit=True) as conn, conn.cursor() as cur:
query = None
params: Any = None

if embedding is not None and query_string is not None and string_fields:
# Case 1: Hybrid Search (vector + text)
tsquery_str = " & ".join(query_string.split())
Expand Down