Skip to content

Commit d685703

Browse files
Update doctests/query_vector.py
Co-authored-by: Tyler Hutcherson <tyler.hutcherson@redis.com>
1 parent 86a6f8b commit d685703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctests/query_vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ def embed_text(model, text):
6464

6565
# REMOVE_START
6666
# destroy index and data
67-
r.ft("idx:bicycle").dropindex(delete_documents=True)
67+
index.delete(drop=True)
6868
# REMOVE_END

0 commit comments

Comments
 (0)