mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-07-29 22:21:10 -05:00
* refactoring: type fixes, replace invariant callable args with covariant * refactoring: replace partially known autogenerated payload type with dict[any,any] * fix: add quotes for unsubscriptable type annotation * fix: update np array type hint * fix: add missing poetry.lock * fix: fix platform dependant types * new: update version
2 lines
56 B
Python
2 lines
56 B
Python
from .qdrant_client import QdrantClient as QdrantClient
|