Skip to main content

SDK

resp = edge.clear_store()
print(resp["message"])
Resets dimension, store mode, and embedding model. Cannot be undone.

HTTP client

resp = client.clear_store()

CLI

moorcheh-edge clear-store
The CLI prompts for confirmation (Y). Use -y in scripts. See API: Clear store.