Unable to pass db_name within dbConfig for Milvus connection using Milvus.fromExistingCollection #6523
mark-ramsey-ri
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
When using the Langchain Milvus package in Python, the db_name can be passed with the connection_args when using the Milvus.from_existing_collection function. This allows access to a non-default database. The Langchain Milvus package in JS does not support passing the db_name in the dbConfig.
The feature request is it have the ability in js like python to allow access to non-default databases.
Motivation
Without this feature, the Milvus.fromExistingCollection cannot be used unless the database is default. This creates a situation where a collection created in Python cannot be accessed in JS.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions