Skip to content

Commit

Permalink
Update Schema for main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2023
1 parent 61cc714 commit 7e5aa6c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions json-schema/haystack-pipeline-main.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7e5aa6c

Please sign in to comment.