class
Qdrant::Api::Collections::Vectors
- Qdrant::Api::Collections::Vectors
- Reference
- Object
Defined in:
qdrant-api/api/collections/vectors.crConstructors
Instance Method Summary
-
#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
-
#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
Constructor Detail
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
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