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 a811bba commit b9c0920Copy full SHA for b9c0920
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