-
Notifications
You must be signed in to change notification settings - Fork 16k
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
milvus: add_db_milvus_connection #25627
milvus: add_db_milvus_connection #25627
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
@baskaryan , made a commit to fix linting errors. Please retry the CI checks. |
LGTM |
This problem was reported by me in Milvus. This fix now create new instance every time as milvus team doesn't provide db_name in the connection list yet. I am wondering why this pr has been merged despite dependency of milvus. |
hey! if there are outstanding issues, please open them against the https://github.com/langchain-ai/langchain-milvus repo, which is primarily maintained by the milvus team including @zc277584121 who approved this PR |
@efriis First Pymilvus team need to adjust the problem. Then We can integrate in langchain/ langchain milvus (which already done in this pr) . I have reported this a long time ago but they didn't fix it. That's why I have made a merge request in milvus-io. Let's see when they merge it |
Thank you for contributing to LangChain!
PR title: "package: description"
PR message: Delete this entire checklist and replace with
Add tests and docs: If you're adding a new integration, please include
docs/docs/integrations
directory.Lint and test: Run
make format
,make lint
andmake test
from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/Additional guidelines:
If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.