2025-10-01 15:39:43 +03:00
|
|
|
{
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Semantic search configuration",
|
|
|
|
|
"description": "Settings for semantic search which builds and queries object embeddings to find similar items.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"enabled": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Enable semantic search",
|
|
|
|
|
"description": "Enable or disable the semantic search feature."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"reindex": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Reindex all tracked objects on startup",
|
|
|
|
|
"description": "Trigger a full reindex of historical tracked objects into the embeddings database."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"model": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "The CLIP model to use for semantic search",
|
|
|
|
|
"description": "The embeddings model to use for semantic search (for example 'jinav1')."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"model_size": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "The size of the embeddings model used",
|
|
|
|
|
"description": "Select model size; 'small' runs on CPU and 'large' typically requires GPU."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"device": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "The device key to use for semantic search",
|
2026-01-23 18:55:56 +03:00
|
|
|
"description": "This is an override, to target a specific device. See https://onnxruntime.ai/docs/execution-providers/ for more information"
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-24 17:54:56 +03:00
|
|
|
}
|