Add icons to Vectara and Weaviate components
This commit is contained in:
parent
59db705a19
commit
706e80aeed
4 changed files with 7 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ class VectaraSelfQueryRetriverComponent(CustomComponent):
|
|||
description: str = "Implementation of Vectara Self Query Retriever"
|
||||
documentation = "https://python.langchain.com/docs/integrations/retrievers/self_query/vectara_self_query"
|
||||
beta = True
|
||||
icon="Vectara"
|
||||
|
||||
|
||||
field_config = {
|
||||
"code": {"show": True},
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ class VectaraComponent(CustomComponent):
|
|||
"https://python.langchain.com/docs/integrations/vectorstores/vectara"
|
||||
)
|
||||
beta = True
|
||||
icon="Vectara"
|
||||
field_config = {
|
||||
"vectara_customer_id": {
|
||||
"display_name": "Vectara Customer ID",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ class VectaraSearchComponent(VectaraComponent, LCVectorStoreComponent):
|
|||
"https://python.langchain.com/docs/integrations/vectorstores/vectara"
|
||||
)
|
||||
beta = True
|
||||
icon="Vectara"
|
||||
|
||||
field_config = {
|
||||
"search_type": {
|
||||
"display_name": "Search Type",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ class WeaviateSearchVectorStore(WeaviateVectorStoreComponent, LCVectorStoreCompo
|
|||
"https://python.langchain.com/docs/integrations/vectorstores/weaviate"
|
||||
)
|
||||
beta = True
|
||||
icon="Weaviate"
|
||||
|
||||
field_config = {
|
||||
"search_type": {
|
||||
"display_name": "Search Type",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue