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.
2 parents 133e18e + e9e06b9 commit 5e13ff1Copy full SHA for 5e13ff1
1 file changed
examples/collection_operations.py
@@ -136,7 +136,7 @@
136
# Deleting documents matching a filter query
137
print(client.collections['books'].documents.delete({'filter_by': 'ratings_count: 4780653'}))
138
139
-# Try importing empy list
+# Try importing empty list
140
try:
141
import_results = client.collections['books'].documents.import_([], {"action": "upsert"})
142
print(import_results)
0 commit comments