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 Nov 21, 2023
1 parent 3f32afd commit a3bab6b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions json-schema/haystack-pipeline-main.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2770,6 +2770,28 @@
"default": "reduce_mean",
"type": "string"
},
"query_prompt": {
"title": "Query Prompt",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"passage_prompt": {
"title": "Passage Prompt",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"emb_extraction_layer": {
"title": "Emb Extraction Layer",
"default": -1,
Expand Down

0 comments on commit a3bab6b

Please sign in to comment.