MCPcopy Create free account
hub / github.com/Exorust/Adkit-MCP / delete_collection

Method delete_collection

tests/test_match_service.py:84–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

82 # Stubs for VectorStorePort mutations (not exercised in match tests)
83 def ensure_collection(self, dimension): ...
84 def delete_collection(self): ...
85 def collection_info(self): ...
86 def upsert_batch(self, ads_with_embeddings): ...
87 def delete_ad(self, ad_id): ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected