dlt.destinations.impl.qdrant.factory
qdrant Objects
class qdrant(Destination[QdrantClientConfiguration, "QdrantClient"])
__init__
def __init__(credentials: Union[QdrantClient, QdrantCredentials,
Dict[str, Any]] = None,
location: str = None,
path: str = None,
destination_name: str = None,
environment: str = None,
**kwargs: Any) -> None
Configure the Qdrant destination to use in a pipeline.
All arguments provided here supersede other configuration sources such as environment variables and dlt config files.
Arguments:
credentials
Union[QdrantClient, QdrantCredentials, Dict[str, Any]], optional - Credentials to connect to the Qdrant database. Can be an instance ofQdrantClient
or a dictionary with the credentials parameters.location
str, optional - The location of the Qdrant database.path
str, optional - The path to the Qdrant database.destination_name
str, optional - Name of the destination, can be used in config section to differentiate between multiple of the same typeenvironment
str, optional - Environment of the destination**kwargs
Any, optional - Additional arguments passed to the destination config