Skip to content

Commit 8103c56

Browse files
Merge branch 'master' into relax-faraday-dep
2 parents b218b63 + 9d03d22 commit 8103c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ client = Qdrant::Client.new(
3737

3838
```ruby
3939
# Get list name of all existing collections
40-
client.collections.list(collection_name: "string")
40+
client.collections.list
4141

4242
# Get detailed information about specified existing collection
4343
client.collections.get(collection_name: "string")

0 commit comments

Comments
 (0)