fix: correct issue with Milvus field name, renamed connection password to Token (#4453)
rename connectino password to Token
This commit is contained in:
parent
e7e364eb0d
commit
f1c00750aa
1 changed files with 2 additions and 2 deletions
|
|
@ -34,9 +34,9 @@ class MilvusVectorStoreComponent(LCVectorStoreComponent):
|
|||
),
|
||||
SecretStrInput(
|
||||
name="password",
|
||||
display_name="Connection Password",
|
||||
display_name="Token",
|
||||
value="",
|
||||
info="Ignore this field if no password is required to make connection.",
|
||||
info="Ignore this field if no token is required to make connection.",
|
||||
),
|
||||
DictInput(name="connection_args", display_name="Other Connection Arguments", advanced=True),
|
||||
StrInput(name="primary_field", display_name="Primary Field Name", value="pk"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue