fix: restore default Vector Store RAG key variables (#6721)
* fix: restore default Vector Store RAG key variables * Update Vector Store RAG.json
This commit is contained in:
parent
e8529eaecb
commit
02617ffad2
1 changed files with 9 additions and 9 deletions
|
|
@ -1752,7 +1752,7 @@
|
||||||
"input_types": [
|
"input_types": [
|
||||||
"Message"
|
"Message"
|
||||||
],
|
],
|
||||||
"load_from_db": false,
|
"load_from_db": true,
|
||||||
"name": "openai_api_key",
|
"name": "openai_api_key",
|
||||||
"password": true,
|
"password": true,
|
||||||
"placeholder": "",
|
"placeholder": "",
|
||||||
|
|
@ -1760,7 +1760,7 @@
|
||||||
"show": true,
|
"show": true,
|
||||||
"title_case": false,
|
"title_case": false,
|
||||||
"type": "str",
|
"type": "str",
|
||||||
"value": ""
|
"value": "OPENAI_API_KEY"
|
||||||
},
|
},
|
||||||
"openai_api_type": {
|
"openai_api_type": {
|
||||||
"_input_type": "MessageTextInput",
|
"_input_type": "MessageTextInput",
|
||||||
|
|
@ -2288,7 +2288,7 @@
|
||||||
"input_types": [
|
"input_types": [
|
||||||
"Message"
|
"Message"
|
||||||
],
|
],
|
||||||
"load_from_db": false,
|
"load_from_db": true,
|
||||||
"name": "openai_api_key",
|
"name": "openai_api_key",
|
||||||
"password": true,
|
"password": true,
|
||||||
"placeholder": "",
|
"placeholder": "",
|
||||||
|
|
@ -2296,7 +2296,7 @@
|
||||||
"show": true,
|
"show": true,
|
||||||
"title_case": false,
|
"title_case": false,
|
||||||
"type": "str",
|
"type": "str",
|
||||||
"value": ""
|
"value": "OPENAI_API_KEY"
|
||||||
},
|
},
|
||||||
"openai_api_type": {
|
"openai_api_type": {
|
||||||
"_input_type": "MessageTextInput",
|
"_input_type": "MessageTextInput",
|
||||||
|
|
@ -2918,7 +2918,7 @@
|
||||||
"input_types": [
|
"input_types": [
|
||||||
"Message"
|
"Message"
|
||||||
],
|
],
|
||||||
"load_from_db": false,
|
"load_from_db": true,
|
||||||
"name": "api_key",
|
"name": "api_key",
|
||||||
"password": true,
|
"password": true,
|
||||||
"placeholder": "",
|
"placeholder": "",
|
||||||
|
|
@ -3882,7 +3882,7 @@
|
||||||
"dynamic": false,
|
"dynamic": false,
|
||||||
"info": "Authentication token for accessing Astra DB.",
|
"info": "Authentication token for accessing Astra DB.",
|
||||||
"input_types": [],
|
"input_types": [],
|
||||||
"load_from_db": false,
|
"load_from_db": true,
|
||||||
"name": "token",
|
"name": "token",
|
||||||
"password": true,
|
"password": true,
|
||||||
"placeholder": "",
|
"placeholder": "",
|
||||||
|
|
@ -3891,7 +3891,7 @@
|
||||||
"show": true,
|
"show": true,
|
||||||
"title_case": false,
|
"title_case": false,
|
||||||
"type": "str",
|
"type": "str",
|
||||||
"value": ""
|
"value": "ASTRA_DB_APPLICATION_TOKEN"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tool_mode": false
|
"tool_mode": false
|
||||||
|
|
@ -4568,7 +4568,7 @@
|
||||||
"dynamic": false,
|
"dynamic": false,
|
||||||
"info": "Authentication token for accessing Astra DB.",
|
"info": "Authentication token for accessing Astra DB.",
|
||||||
"input_types": [],
|
"input_types": [],
|
||||||
"load_from_db": false,
|
"load_from_db": true,
|
||||||
"name": "token",
|
"name": "token",
|
||||||
"password": true,
|
"password": true,
|
||||||
"placeholder": "",
|
"placeholder": "",
|
||||||
|
|
@ -4577,7 +4577,7 @@
|
||||||
"show": true,
|
"show": true,
|
||||||
"title_case": false,
|
"title_case": false,
|
||||||
"type": "str",
|
"type": "str",
|
||||||
"value": ""
|
"value": "ASTRA_DB_APPLICATION_TOKEN"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tool_mode": false
|
"tool_mode": false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue