refactor: Update AstraVectorStoreComponent display name
This commit is contained in:
parent
2f7d24fb11
commit
0253b15a2c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ from langflow.schema import Data
|
|||
|
||||
|
||||
class AstraVectorStoreComponent(LCVectorStoreComponent):
|
||||
display_name: str = "Astra DB Vector Store"
|
||||
display_name: str = "Astra DB"
|
||||
description: str = "Implementation of Vector Store using Astra DB with search capabilities"
|
||||
documentation: str = "https://python.langchain.com/docs/integrations/vectorstores/astradb"
|
||||
icon: str = "AstraDB"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue