We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a6f8b commit d685703Copy full SHA for d685703
doctests/query_vector.py
@@ -64,5 +64,5 @@ def embed_text(model, text):
64
65
# REMOVE_START
66
# destroy index and data
67
-r.ft("idx:bicycle").dropindex(delete_documents=True)
+index.delete(drop=True)
68
# REMOVE_END
0 commit comments