From 1965aa9acf97d5b3ffbcd9f1e0e89e0c6b027e3d Mon Sep 17 00:00:00 2001 From: ogabrielluiz Date: Tue, 28 May 2024 11:39:31 -0300 Subject: [PATCH] feat: Enable loading data from database in VectorStore-RAG-Flows.json --- .../starter_projects/VectorStore-RAG-Flows.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backend/base/langflow/initial_setup/starter_projects/VectorStore-RAG-Flows.json b/src/backend/base/langflow/initial_setup/starter_projects/VectorStore-RAG-Flows.json index c629cdb3e..489d1cc19 100644 --- a/src/backend/base/langflow/initial_setup/starter_projects/VectorStore-RAG-Flows.json +++ b/src/backend/base/langflow/initial_setup/starter_projects/VectorStore-RAG-Flows.json @@ -572,7 +572,7 @@ "advanced": false, "dynamic": false, "info": "", - "load_from_db": false, + "load_from_db": true, "title_case": false, "input_types": [ "Text" @@ -965,7 +965,7 @@ "advanced": false, "dynamic": false, "info": "The OpenAI API Key to use for the OpenAI model.", - "load_from_db": false, + "load_from_db": true, "title_case": false, "input_types": [ "Text" @@ -2846,7 +2846,7 @@ "advanced": false, "dynamic": false, "info": "", - "load_from_db": false, + "load_from_db": true, "title_case": false, "input_types": [ "Text"