use Astra DB Application Token for all Astra token's display_name (#2143)
This commit is contained in:
parent
79e52d49b1
commit
121b55231c
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ class AstraDBSearchComponent(LCVectorStoreComponent):
|
|||
"info": "The name of the collection within Astra DB where the vectors will be stored.",
|
||||
},
|
||||
"token": {
|
||||
"display_name": "Token",
|
||||
"display_name": "Astra DB Application Token",
|
||||
"info": "Authentication token for accessing Astra DB.",
|
||||
"password": True,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ class AstraDBVectorStoreComponent(CustomComponent):
|
|||
"info": "The name of the collection within Astra DB where the vectors will be stored.",
|
||||
},
|
||||
"token": {
|
||||
"display_name": "Token",
|
||||
"display_name": "Astra DB Application Token",
|
||||
"info": "Authentication token for accessing Astra DB.",
|
||||
"password": True,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue