Skip to content

Commit

Permalink
Remove drop index in example
Browse files Browse the repository at this point in the history
  • Loading branch information
willtai committed Mar 8, 2024
1 parent 81d24eb commit 4eaba67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/similarity_search_for_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
# Initialize the client
client = GenAIClient(driver)

client.drop_index(INDEX_NAME)

# Creating the index
client.create_index(
INDEX_NAME,
Expand Down

0 comments on commit 4eaba67

Please sign in to comment.