mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-07-31 07:00:58 -05:00
8 lines
261 B
Python
8 lines
261 B
Python
import logging
|
|
|
|
import qdrant_client.http.api as api
|
|
import qdrant_client.http.exceptions as exceptions
|
|
import qdrant_client.http.api_client as api_client
|
|
|
|
logging.warning("Use of deprecated import: use `qdrant_client.http` instead of `qdrant_openapi_client`")
|