mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-07-30 06:31:00 -05:00
* move qdrant_openapi_client into qdrant_client.http * add test for exceptions import * upd readme
8 lines
271 B
Python
8 lines
271 B
Python
from loguru import logger
|
|
|
|
import qdrant_client.http.api as api
|
|
import qdrant_client.http.exceptions as exceptions
|
|
import qdrant_client.http.api_client as api_client
|
|
|
|
logger.warning("Use of deprecated import: use `qdrant_client.http` instead of `qdrant_openapi_client`")
|