Fix formatting in VectaraComponent class
This commit is contained in:
parent
73183e838a
commit
397a9a8421
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ from typing import List, Optional, Union
|
|||
from langchain_community.embeddings import FakeEmbeddings
|
||||
from langchain_community.vectorstores.vectara import Vectara
|
||||
from langchain_core.vectorstores import VectorStore
|
||||
|
||||
from langflow import CustomComponent
|
||||
from langflow.field_typing import BaseRetriever, Document
|
||||
from langchain_community.vectorstores.vectara import Vectara
|
||||
|
||||
|
||||
class VectaraComponent(CustomComponent):
|
||||
|
|
@ -18,7 +18,7 @@ class VectaraComponent(CustomComponent):
|
|||
"https://python.langchain.com/docs/integrations/vectorstores/vectara"
|
||||
)
|
||||
beta = True
|
||||
icon="Vectara"
|
||||
icon = "Vectara"
|
||||
field_config = {
|
||||
"vectara_customer_id": {
|
||||
"display_name": "Vectara Customer ID",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue