Which features use AI
Semantic search is worth calling out because it looks like an AI feature and is often assumed to be one. It runs on a local embedding service (
all-MiniLM-L6-v2) that ships as part of the deployment, so playbook content is never sent to an external provider in order to be searchable. Search works whether or not AI is enabled.
Who provides the model
You do — in both deployment models. Cymph does not bundle, resell or operate a model on your behalf. An administrator enters a base URL, an API key and a model name, and Cymph calls that endpoint using an OpenAI-compatible API. See AI configuration. Because the base URL is yours to choose, you can point Cymph at a commercial API, at a provider in a specific jurisdiction, or at a model hosted inside your own network. If you need AI processing to stay in a particular region for GDPR or data-residency reasons, you satisfy that by choosing a provider that meets the requirement — it is not a property of the Cymph deployment. This has a direct consequence for your data-processing analysis: the relationship for AI features is between you and the provider you select. Cymph is not a processor in that path and cannot see the requests. This holds for a managed cloud tenant exactly as it does for a self-hosted deployment — the AI provider is a customer-configured setting in both.What reaches the model
Only the content needed for the feature you invoked:- Playbook generation — the prompt you write, and the context of the playbook being generated.
- Mindmap generation — the prompt or source material you supply.
- Autotagging — the playbook content being tagged.

