use Astra DB Application Token for all Astra token's display_name (#2143)

This commit is contained in:
ming 2024-06-11 19:34:54 -04:00 committed by GitHub
commit 121b55231c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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,
},

View file

@ -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,
},