From 7d098ab927050175a13b38a3261cda1f7bcfe3d7 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 4 Jul 2023 09:56:52 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=20chore(vectorstores.py):=20add=20?= =?UTF-8?q?password=20field=20to=20extra=5Ffield2=20in=20VectorStoreFronte?= =?UTF-8?q?ndNode=20class=20The=20password=20field=20is=20added=20to=20the?= =?UTF-8?q?=20extra=5Ffield2=20in=20the=20VectorStoreFrontendNode=20class.?= =?UTF-8?q?=20This=20allows=20the=20field=20to=20be=20displayed=20as=20a?= =?UTF-8?q?=20password=20input=20in=20the=20frontend,=20enhancing=20securi?= =?UTF-8?q?ty=20by=20hiding=20the=20input=20characters.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/template/frontend_node/vectorstores.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/langflow/template/frontend_node/vectorstores.py b/src/backend/langflow/template/frontend_node/vectorstores.py index 13c955f7a..09ec49fb4 100644 --- a/src/backend/langflow/template/frontend_node/vectorstores.py +++ b/src/backend/langflow/template/frontend_node/vectorstores.py @@ -65,6 +65,7 @@ class VectorStoreFrontendNode(FrontendNode): show=True, advanced=True, multiline=False, + password=True, value="", ) extra_field2 = TemplateField(