Add script to generate english config translation file from config (#20301)

This commit is contained in:
Nicolas Mowen
2025-10-01 07:39:43 -05:00
committed by GitHub
parent 8f0be18422
commit f7c4ff12f7
36 changed files with 1903 additions and 0 deletions
@@ -0,0 +1,21 @@
{
"label": "Semantic search configuration.",
"properties": {
"enabled": {
"label": "Enable semantic search."
},
"reindex": {
"label": "Reindex all tracked objects on startup."
},
"model": {
"label": "The CLIP model to use for semantic search."
},
"model_size": {
"label": "The size of the embeddings model used."
},
"device": {
"label": "The device key to use for semantic search.",
"description": "This is an override, to target a specific device. See https://onnxruntime.ai/docs/execution-providers/ for more information"
}
}
}