This commit is contained in:
Mendon Kissling 2025-10-09 13:44:35 -04:00
parent dcd0f8e29f
commit 07cf0c93d0

View file

@ -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,