🔧 chore(Vectara.py): change single quotes to double quotes for consistency in source parameter value
This commit is contained in:
parent
275e10daf6
commit
b8905dec6d
1 changed files with 2 additions and 2 deletions
|
|
@ -37,12 +37,12 @@ class VectaraComponent(CustomComponent):
|
|||
vectara_customer_id=vectara_customer_id,
|
||||
vectara_corpus_id=vectara_corpus_id,
|
||||
vectara_api_key=vectara_api_key,
|
||||
source='langflow',
|
||||
source="langflow",
|
||||
)
|
||||
|
||||
return Vectara(
|
||||
vectara_customer_id=vectara_customer_id,
|
||||
vectara_corpus_id=vectara_corpus_id,
|
||||
vectara_api_key=vectara_api_key,
|
||||
source='langflow',
|
||||
source="langflow",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue