mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-07-26 20:51:09 -05:00
* new: migration tool v1 * new: add docstrings * fix: fix collection comparison, add tests * fix: fix mypy complaints * tests: test multiple collections scenario * new: add migrate method to client's interface * new: update migration tool * new: simplify collisions * new: update migration logic and tests * fix: fix mypy complaints * tests: replace tokenizer type in favour of backward compatibility tests
2 lines
29 B
Python
2 lines
29 B
Python
from .migrate import migrate
|