Skip to content

Commit

Permalink
Merge pull request #2 from Cosmo/fix-readme
Browse files Browse the repository at this point in the history
Fix README as the list method does not take any arguments
  • Loading branch information
andreibondarev committed May 4, 2023
2 parents a811bba + b9c0920 commit 9d03d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ client = Qdrant::Client.new(

```ruby
# Get list name of all existing collections
client.collections.list(collection_name: "string")
client.collections.list

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

0 comments on commit 9d03d22

Please sign in to comment.