🚀 feat(vectorstores.py): add display name for SupabaseVectorStore
The display name for the SupabaseVectorStore is now set to "Supabase". This improves the user experience by providing a more descriptive name for the vector store.
This commit is contained in:
parent
a0f48b1d12
commit
6c08340aff
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ class VectorStoreFrontendNode(FrontendNode):
|
|||
)
|
||||
extra_fields.extend((extra_field, extra_field2))
|
||||
elif self.template.type_name == "SupabaseVectorStore":
|
||||
self.display_name = "Supabase"
|
||||
# Add table_name and query_name
|
||||
extra_field = TemplateField(
|
||||
name="table_name",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue