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 b218b63 + 9d03d22 commit 8103c56Copy full SHA for 8103c56
README.md
@@ -37,7 +37,7 @@ client = Qdrant::Client.new(
37
38
```ruby
39
# Get list name of all existing collections
40
-client.collections.list(collection_name: "string")
+client.collections.list
41
42
# Get detailed information about specified existing collection
43
client.collections.get(collection_name: "string")
0 commit comments