Skip to content

Commit 02617ff

Browse files
authored
fix: restore default Vector Store RAG key variables (#6721)
* fix: restore default Vector Store RAG key variables * Update Vector Store RAG.json
1 parent e8529ea commit 02617ff

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/backend/base/langflow/initial_setup/starter_projects/Vector Store RAG.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,15 +1752,15 @@
17521752
"input_types": [
17531753
"Message"
17541754
],
1755-
"load_from_db": false,
1755+
"load_from_db": true,
17561756
"name": "openai_api_key",
17571757
"password": true,
17581758
"placeholder": "",
17591759
"required": true,
17601760
"show": true,
17611761
"title_case": false,
17621762
"type": "str",
1763-
"value": ""
1763+
"value": "OPENAI_API_KEY"
17641764
},
17651765
"openai_api_type": {
17661766
"_input_type": "MessageTextInput",
@@ -2288,15 +2288,15 @@
22882288
"input_types": [
22892289
"Message"
22902290
],
2291-
"load_from_db": false,
2291+
"load_from_db": true,
22922292
"name": "openai_api_key",
22932293
"password": true,
22942294
"placeholder": "",
22952295
"required": true,
22962296
"show": true,
22972297
"title_case": false,
22982298
"type": "str",
2299-
"value": ""
2299+
"value": "OPENAI_API_KEY"
23002300
},
23012301
"openai_api_type": {
23022302
"_input_type": "MessageTextInput",
@@ -2918,7 +2918,7 @@
29182918
"input_types": [
29192919
"Message"
29202920
],
2921-
"load_from_db": false,
2921+
"load_from_db": true,
29222922
"name": "api_key",
29232923
"password": true,
29242924
"placeholder": "",
@@ -3882,7 +3882,7 @@
38823882
"dynamic": false,
38833883
"info": "Authentication token for accessing Astra DB.",
38843884
"input_types": [],
3885-
"load_from_db": false,
3885+
"load_from_db": true,
38863886
"name": "token",
38873887
"password": true,
38883888
"placeholder": "",
@@ -3891,7 +3891,7 @@
38913891
"show": true,
38923892
"title_case": false,
38933893
"type": "str",
3894-
"value": ""
3894+
"value": "ASTRA_DB_APPLICATION_TOKEN"
38953895
}
38963896
},
38973897
"tool_mode": false
@@ -4568,7 +4568,7 @@
45684568
"dynamic": false,
45694569
"info": "Authentication token for accessing Astra DB.",
45704570
"input_types": [],
4571-
"load_from_db": false,
4571+
"load_from_db": true,
45724572
"name": "token",
45734573
"password": true,
45744574
"placeholder": "",
@@ -4577,7 +4577,7 @@
45774577
"show": true,
45784578
"title_case": false,
45794579
"type": "str",
4580-
"value": ""
4580+
"value": "ASTRA_DB_APPLICATION_TOKEN"
45814581
}
45824582
},
45834583
"tool_mode": false

0 commit comments

Comments
 (0)