diff --git a/json-schema/haystack-pipeline-main.schema.json b/json-schema/haystack-pipeline-main.schema.json index a2975db..19697f4 100644 --- a/json-schema/haystack-pipeline-main.schema.json +++ b/json-schema/haystack-pipeline-main.schema.json @@ -7147,6 +7147,17 @@ } ] }, + "search_engine_kwargs": { + "title": "Search Engine Kwargs", + "anyOf": [ + { + "type": "object" + }, + { + "type": "null" + } + ] + }, "top_search_results": { "title": "Top Search Results", "default": 10,