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:
- credentialsUnion[QdrantClient, QdrantCredentials, Dict[str, Any]], optional - Credentials to connect to the Qdrant database. Can be an instance of- QdrantClientor a dictionary with the credentials parameters.
- locationstr, optional - The location of the Qdrant database.
- pathstr, optional - The path to the Qdrant database.
- destination_namestr, optional - Name of the destination, can be used in config section to differentiate between multiple of the same type
- environmentstr, optional - Environment of the destination
- **kwargsAny, optional - Additional arguments passed to the destination config