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 Sep 14, 2023
1 parent 5a95aad commit 20d80e3
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 @@ -1355,6 +1355,17 @@
"default": 1,
"type": "integer"
},
"namespace": {
"title": "Namespace",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"embedding_field": {
"title": "Embedding Field",
"default": "embedding",
Expand Down

0 comments on commit 20d80e3

Please sign in to comment.