-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed async_grpc #866
Removed async_grpc #866
Conversation
✅ Deploy Preview for poetic-froyo-8baba7 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
qdrant remote now contain an unused import get_async_channel
, if we remove it - the generator breaks, we need to remove it and update the generator
asyncio and all the related code should be removed from QdrantRemote
this code should be removed as well, the generator should be updated to take this removals into account |
* Removed async_grpc * Removal of asyncio * Return needed test * Proper fix of renaming --------- Co-authored-by: d.rudenko <[email protected]>
All Submissions:
dev
branch. Did you create your branch fromdev
?New Feature Submissions:
pre-commit
withpip3 install pre-commit
and set up hooks withpre-commit install
?Changes to Core Features: