mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-09-25 15:37:53 -05:00
Thin alias module re-exporting qdrant_client.serverless.models, matching the qdrant_client.models convention of the regular client; the old import path keeps working. Examples and tests use the new path. Also replace an API key that slipped into the committed example with the placeholder, and exclude examples/ from mypy so examples can use the dynamic qdrant_client.models namespace. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01R25zh9xS78xMHgPcoFaUdw
5 lines
157 B
INI
5 lines
157 B
INI
[mypy]
|
|
ignore_missing_imports = True
|
|
follow_imports = skip
|
|
exclude = qdrant_client/grpc|qdrant_client/serverless/grpc|qdrant_client/http|tests|venv|examples
|