Skip to main content

Database / Vector

Controls

Version:
IDTitleObjective
CCC.Vector.CN01Validate Embeddings Before IndexingEnsure all incoming embeddings are structurally and statistically validated before indexing to prevent poisoning or corruption.
CCC.Vector.CN02Enforce Role-Based Index Lifecycle ManagementRestrict index lifecycle operations (create, delete, rollback) to privileged identities using fine-grained access controls.
CCC.Vector.CN03Enforce Metadata-Level Access ControlsApply access control policies to metadata fields used in filtering to prevent unauthorized exposure or inference.
CCC.Vector.CN04Enforce Ingestion Quotas and ThrottlingPrevent ingestion-based DoS or index pollution by rate-limiting vector submissions and enforcing quotas.
CCC.Vector.CN05Enforce Index Versioning with Rollback ProtectionEnsure vector indexes are versioned and that rollback operations are authorized and auditable.
CCC.Vector.CN06Enforce Dimensional and Format ConstraintsReject embeddings that do not conform to expected model specifications (dimensions, format, etc).
CCC.Vector.CN07Support Explicit ANN vs. Exact Search ConfigurationProvide clients with the option to enforce exact-match (non-ANN) search where search fidelity is critical.