Qdrant implementation of the VectorDatabase for high-performance vector search and storage
QdrantVectorDatabase(url, api_key, default_query_limit=10, timeout=None, search_algorithm=SearchAlgorithm.FLAT, vector_precision=Precision.FLOAT16, prefer_grpc=None, **extra_params)
QdrantVectorDatabase
VectorDatabase
ABC
Generic
Was this page helpful?