Add ability to rename faces in the Face Library (#17879)

* api endpoint

* embeddings rename function

* frontend and i18n keys

* lazy load train tab images

* only log exception to make codeql happy
This commit is contained in:
Josh Hawkins
2025-04-23 18:27:46 -05:00
committed by GitHub
parent aa7899e9dc
commit d11f46bbce
5 changed files with 171 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
from pydantic import BaseModel
class RenameFaceBody(BaseModel):
new_name: str