This commit is contained in:
Nicolas Mowen 2024-10-10 06:33:17 -06:00
parent f4eef74fdf
commit b51dc731ce

View File

@ -518,6 +518,8 @@ semantic_search:
enabled: False enabled: False
# Optional: Re-index embeddings database from historical tracked objects (default: shown below) # Optional: Re-index embeddings database from historical tracked objects (default: shown below)
reindex: False reindex: False
# Optional: Set device used to run embeddings, options are AUTO, CPU, GPU. (default: shown below)
device: "AUTO"
# Optional: Configuration for AI generated tracked object descriptions # Optional: Configuration for AI generated tracked object descriptions
# NOTE: Semantic Search must be enabled for this to do anything. # NOTE: Semantic Search must be enabled for this to do anything.