Update docs

This commit is contained in:
Nicolas Mowen 2024-10-23 08:54:24 -06:00
parent 539a886ab0
commit 40c84699c7
2 changed files with 10 additions and 4 deletions

View File

@ -16,8 +16,6 @@ Face recognition works by running a large AI model locally on your system. Syste
Face recognition is disabled by default and requires semantic search to be enabled, face recognition must be enabled in your config file before it can be used. Semantic Search and face recognition are global configuration settings.
```yaml
semantic_search:
enabled: True
face_recognition:
enabled: true
face_recognition:
enabled: true
```

View File

@ -522,6 +522,14 @@ semantic_search:
# NOTE: small model runs on CPU and large model runs on GPU
model_size: "small"
# Optional: Configuration for face recognition capability
face_recognition:
# Optional: Enable semantic search (default: shown below)
enabled: False
# Optional: Set the model size used for embeddings. (default: shown below)
# NOTE: small model runs on CPU and large model runs on GPU
model_size: "small"
# Optional: Configuration for AI generated tracked object descriptions
# NOTE: Semantic Search must be enabled for this to do anything.
# WARNING: Depending on the provider, this will send thumbnails over the internet