Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/serengil/deepface
/ DuplicateEntryError
Class
DuplicateEntryError
deepface/modules/exceptions.py:58–61 ·
view source on GitHub ↗
Raised when a duplicate entry is found in the database.
Source
from the content-addressed store, hash-verified
56
57
58
class
DuplicateEntryError(ValueError):
59
""
"Raised when a duplicate entry is found in the database."
""
60
61
pass
Callers
3
insert_embeddings
Method · 0.90
insert_embeddings
Method · 0.90
insert_embeddings
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected