Skip to content

Commit 0148e99

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docarray/index/backends/milvus.py

Lines 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)