class Qdrant::Api::Collections::Vectors

Defined in:

qdrant-api/api/collections/vectors.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(conn : Connection) #

[View source]

Instance Method Detail

def delete(collection_name : String, vector_name : String, *, wait : Bool | Nil = nil, ordering : Qdrant::Api::WriteOrdering | Nil = nil, timeout : Int32 | Nil = nil) : Response(Qdrant::Api::CreateFieldIndex200Response) #

Delete named vector Delete a named vector from a collection


[View source]
def update(collection_name : String, vector_name : String, vector_name_config : Qdrant::Api::VectorNameConfig | Nil = nil, *, wait : Bool | Nil = nil, ordering : Qdrant::Api::WriteOrdering | Nil = nil, timeout : Int32 | Nil = nil) : Response(Qdrant::Api::CreateFieldIndex200Response) #

Create named vector Create a new named vector on an existing collection


[View source]