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 23, 2023
1 parent a3bab6b commit ed9899c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions json-schema/haystack-pipeline-main.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4700,6 +4700,7 @@
"title": "Split By",
"default": "word",
"enum": [
"token",
"word",
"sentence",
"passage"
Expand Down Expand Up @@ -4743,6 +4744,21 @@
}
]
},
"tokenizer": {
"title": "Tokenizer",
"default": "tiktoken",
"anyOf": [
{
"type": "string"
},
{
"type": "string"
},
{
"type": "null"
}
]
},
"language": {
"title": "Language",
"default": "en",
Expand Down

0 comments on commit ed9899c

Please sign in to comment.