Class: Qdrant::Aliases
Constant Summary collapse
- PATH =
"aliases"
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#list ⇒ Object
Get list of all aliases (for a collection).
Methods inherited from Base
Constructor Details
This class inherits a constructor from Qdrant::Base
Instance Method Details
#list ⇒ Object
Get list of all aliases (for a collection)
8 9 10 11 |
# File 'lib/qdrant/aliases.rb', line 8 def list response = client.connection.get("aliases") response.body end |