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 c536f6d commit 55c0373Copy full SHA for 55c0373
README.md
@@ -59,13 +59,13 @@ client.collections.create(
59
60
# Update parameters of the existing collection
61
client.collections.update(
62
- collection_name: '', # required
+ collection_name: "string", # required
63
optimizers_config: nil,
64
params: nil
65
)
66
67
# Drop collection and all associated data
68
-client.collections.delete(collection_name: '')
+client.collections.delete(collection_name: "string")
69
70
# Get list of all aliases (for a collection)
71
client.collections.aliases(
0 commit comments