mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
21 lines
611 B
JSON
21 lines
611 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
} |