Constructor
Parameters
The URL of the Qdrant server.
The API key for authenticating with the Qdrant cluster.
Default limit for vector search results. Set to Qdrant’s default of 10.
Timeout in seconds for Qdrant operations. If None, uses Qdrant’s default timeout of 5 seconds.
The search algorithm to use for vector indexing and retrieval. Defaults to FLAT.
Precision level for storing vectors. Defaults to FLOAT16.
Whether to prefer gRPC protocol for Qdrant operations. If None, defaults to False.
Additional parameters for configuring the Qdrant connection.
Inheritance
Inheritance Chain:QdrantVectorDatabase
- →
VectorDatabase
- →
ABC
- →
Generic