Skip to content

Commit

Permalink
Update vectorstores.py
Browse files Browse the repository at this point in the history
Resolve weird line duplication from accepting the proposed change
  • Loading branch information
chutch1122 authored Dec 18, 2024
1 parent 81220c4 commit ad99744
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ def __init__(
self.index = VectorSearchClient(**(client_args or {})).get_index(
endpoint_name=endpoint, index_name=index_name
)
endpoint_name=endpoint, index_name=index_name
)
except Exception as e:
if endpoint is None and "Wrong vector search endpoint" in str(e):
raise ValueError(
Expand Down

0 comments on commit ad99744

Please sign in to comment.