Skip to main content

Improve Enterprise Compliance

Rulesets that enforce standards automatically, on every query.

Compliance rules, style guides, and business policies are only useful if they're applied consistently. In practice, they live in documents that people forget to check. The Clace SDK solves this by making rules part of the retrieval process itself.

Rulesets are a distinct class of content in the SDK. When a query is executed, relevant rulesets are retrieved independently of the regular data and returned as separate context. Your application always has the applicable rules alongside the results—without the user needing to ask for them.

How Rulesets Work

You define rulesets as structured documents—compliance requirements, editorial guidelines, regulatory constraints, internal policies. The SDK indexes them separately from your primary data.

At query time, the SDK runs two parallel retrievals: one against your data and one against your rulesets. Both are returned together, clearly separated, so your application can present results with the relevant rules already attached.

Always-On Enforcement

Because rulesets are retrieved automatically, compliance doesn't depend on users remembering to check a policy document. Every query returns the rules that apply, every time.

This is especially valuable for AI-powered workflows where an LLM generates content. Pass the ruleset context alongside the retrieved data, and the model's output respects your standards without additional prompting.

Fully Local, Fully Private

Like everything in the Clace SDK, ruleset retrieval runs entirely on-device. Your compliance documents, business rules, and internal policies never leave the machine. No external API calls, no cloud dependencies.

See rulesets in action

Learn how the Clace SDK can enforce compliance automatically.

Contact Sales