🔧 chore(Vectara.py): change single quotes to double quotes for consistency in source parameter value

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-10-17 10:15:54 -03:00
commit b8905dec6d

View file

@ -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",
)