diff
This commit is contained in:
parent
dcd0f8e29f
commit
07cf0c93d0
1 changed files with 5 additions and 4 deletions
|
|
@ -1492,7 +1492,7 @@
|
||||||
"show": true,
|
"show": true,
|
||||||
"title_case": false,
|
"title_case": false,
|
||||||
"type": "str",
|
"type": "str",
|
||||||
"value": ""
|
"value": "OPENAI_API_KEY"
|
||||||
},
|
},
|
||||||
"chunk_size": {
|
"chunk_size": {
|
||||||
"_input_type": "IntInput",
|
"_input_type": "IntInput",
|
||||||
|
|
@ -1577,7 +1577,9 @@
|
||||||
"info": "Select the embedding model to use",
|
"info": "Select the embedding model to use",
|
||||||
"name": "model",
|
"name": "model",
|
||||||
"options": [
|
"options": [
|
||||||
"text-embedding-3-small"
|
"text-embedding-3-small",
|
||||||
|
"text-embedding-3-large",
|
||||||
|
"text-embedding-ada-002"
|
||||||
],
|
],
|
||||||
"options_metadata": [],
|
"options_metadata": [],
|
||||||
"placeholder": "",
|
"placeholder": "",
|
||||||
|
|
@ -2225,7 +2227,7 @@
|
||||||
"show": true,
|
"show": true,
|
||||||
"title_case": false,
|
"title_case": false,
|
||||||
"type": "str",
|
"type": "str",
|
||||||
"value": ""
|
"value": "OPENRAG-QUERY-FILTER"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tool_mode": false
|
"tool_mode": false
|
||||||
|
|
@ -2812,7 +2814,6 @@
|
||||||
"showNode": true,
|
"showNode": true,
|
||||||
"type": "MCP"
|
"type": "MCP"
|
||||||
},
|
},
|
||||||
"dragging": false,
|
|
||||||
"id": "MCP-7EY21",
|
"id": "MCP-7EY21",
|
||||||
"measured": {
|
"measured": {
|
||||||
"height": 284,
|
"height": 284,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue