MCPcopy
hub / github.com/serengil/deepface / close

Method close

deepface/modules/database/types.py:48–52  ·  view source on GitHub ↗

Close the database connection.

(self)

Source from the content-addressed store, hash-verified

46
47 @abstractmethod
48 def close(self) -> None:
49 """
50 Close the database connection.
51 """
52 pass
53
54 def get_embeddings_index(
55 self,

Callers 7

flush_dataFunction · 0.45
flush_dataFunction · 0.45
load_dataFunction · 0.45
test_postgres_searchFunction · 0.45
registerFunction · 0.45

Calls

no outgoing calls

Tested by 5

flush_dataFunction · 0.36
flush_dataFunction · 0.36
load_dataFunction · 0.36
test_postgres_searchFunction · 0.36