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,
|
||||
"title_case": false,
|
||||
"type": "str",
|
||||
"value": ""
|
||||
"value": "OPENAI_API_KEY"
|
||||
},
|
||||
"chunk_size": {
|
||||
"_input_type": "IntInput",
|
||||
|
|
@ -1577,7 +1577,9 @@
|
|||
"info": "Select the embedding model to use",
|
||||
"name": "model",
|
||||
"options": [
|
||||
"text-embedding-3-small"
|
||||
"text-embedding-3-small",
|
||||
"text-embedding-3-large",
|
||||
"text-embedding-ada-002"
|
||||
],
|
||||
"options_metadata": [],
|
||||
"placeholder": "",
|
||||
|
|
@ -2225,7 +2227,7 @@
|
|||
"show": true,
|
||||
"title_case": false,
|
||||
"type": "str",
|
||||
"value": ""
|
||||
"value": "OPENRAG-QUERY-FILTER"
|
||||
}
|
||||
},
|
||||
"tool_mode": false
|
||||
|
|
@ -2812,7 +2814,6 @@
|
|||
"showNode": true,
|
||||
"type": "MCP"
|
||||
},
|
||||
"dragging": false,
|
||||
"id": "MCP-7EY21",
|
||||
"measured": {
|
||||
"height": 284,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue