docarray.array.storage.qdrant.find module#

class docarray.array.storage.qdrant.find.FindMixin[source]#

Bases: object

abstract property client: QdrantClient#
Return type:

QdrantClient

abstract property collection_name: str#
Return type:

str

abstract property serialize_config: dict#
Return type:

dict

abstract property distance: Distance#
Return type:

Distance