docarray.array.storage.qdrant.getsetdel module#

class docarray.array.storage.qdrant.getsetdel.GetSetDelMixin[source]#

Bases: BaseGetSetDelMixin

abstract property client: QdrantClient#
Return type:

QdrantClient

abstract property serialization_config: dict#
Return type:

dict

abstract property n_dim: int#
Return type:

int

abstract property collection_name: str#
Return type:

str

abstract property scroll_batch_size: int#
Return type:

int

scan()[source]#
Return type:

Iterator[Document]

sync()#