-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Integrated Milvus with MetaGPT #1457
Conversation
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1457 +/- ##
==========================================
- Coverage 62.59% 60.04% -2.55%
==========================================
Files 287 289 +2
Lines 17589 17677 +88
==========================================
- Hits 11009 10615 -394
- Misses 6580 7062 +482
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
Can anyone help to review this PR? We are appreciate this MetaGPT project and hope Milvus can be integrated into it. We found that if pymilvus dependency is added, it will conflict with some existing dependencies, so in the code, pymilvus dependency is commented out and lazy imported. |
Hey, bro. I have meet the similar problem when I install it, so I have make some changes on dependency, in case that less version specified in |
Thanks for your suggestion. I saw that you lifted the version restrictions of all dependencies. But I think it may introduce new problems, that is, some of the latest versions of some dependencies may not be backward compatible, resulting in them not supporting the code of this project. |
LGTM |
Features
Feature Docs
Influence
Result
Other