Skip to content

Commit

Permalink
rebased on main
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuligin committed Jul 18, 2024
1 parent f01ce0c commit 7f3e46c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ def initialize_bq_vector_index(cls, values: dict) -> dict:
values["_logger"].debug("Not enough rows to create a vector index.")
return values

if "_last_index_check" not in values:
values["_last_index_check"] = datetime.min

if datetime.utcnow() - values["_last_index_check"] < INDEX_CHECK_INTERVAL:
return values

Expand Down

0 comments on commit 7f3e46c

Please sign in to comment.