diff --git a/qdrant_client/qdrant_remote.py b/qdrant_client/qdrant_remote.py index 8ba6014f..80994142 100644 --- a/qdrant_client/qdrant_remote.py +++ b/qdrant_client/qdrant_remote.py @@ -127,7 +127,7 @@ def __init__( self._rest_headers = kwargs.pop("metadata", {}) if api_key is not None: if self._scheme == "http": - warnings.warn("Api key is used with an insecure connection.") + warnings.warn("Api key is used with an insecure connection for url:", url) # http2 = True