Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0148e99

Browse filesBrowse files
authored
fix: milvus connection para missing (#1802)
Signed-off-by: lvzi <39146704+lvzii@users.noreply.github.com>
1 parent 3718a74 commit 0148e99
Copy full SHA for 0148e99

1 file changed

+1Lines changed: 1 addition & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎docarray/index/backends/milvus.py‎

Copy file name to clipboardExpand all lines: docarray/index/backends/milvus.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def __init__(self, db_config=None, **kwargs):
8787
self._client = connections.connect(
8888
db_name="default",
8989
host=self._db_config.host,
90+
port=self._db_config.port,
9091
user=self._db_config.user,
9192
password=self._db_config.password,
9293
token=self._db_config.token,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.