-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* new: manually implemented async qdrant client * fix: remove await before sync call * fix: make upload collection, records and migrate synchronous * fix: add init method to async client base * refactoring: remove redundant import * new: add super().__init__ in qdrant remote, update import in http * new: mvp async qdrant client generator * new: fix mypy, update generator script, refactoring * fix: fix test script * new: update generator launch script, update async files * new: refactor async client generator * refactoring: remove redundant operations, add comments, refactor * new: add isort, black and autoflake to dev dependencies * fix: add more checks, fix type hints * fix: do not check types in async client generator for python3.8 * new: do not type check async_qdrant_fastembed * fix: fix pyright run * new: update async client tests * fix: update versions in CI * new: update pre-commit python version, update autogenerated files * new: update generated files, add tests for async generator, update generator script * fix: exclude generator test from 3.8 * fix: fix python version condition * fix: add python target version for black * fix: generate async client only on python 3.9
- Loading branch information
Showing
37 changed files
with
5,635 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.