Skip to main content

Database / Vector / Controls / DEV

Enforce Dimensional and Format Constraints

CCC.Vector.CN06 · Ingestion

Reject embeddings that do not conform to expected model specifications (dimensions, format, etc).

Related Capabilities

IDTitleDescription
CCC.Vector.CP08Embedding Format CompatibilitySupports standard vector formats and integrates with common embedding generators (e.g., OpenAI, HuggingFace, TensorFlow).
CCC.Vector.CP09Vector Dimension ManagementSupports storing and managing vectors of specific or dynamic dimensionality, depending on model needs.
CCC.Core.CP11BackupThe service can generate copies of its data or configurations in the form of automated backups, snapshot-based backups, or incremental backups.
CCC.Core.CP18Resource VersioningThe service automatically assigns versions to child resources which can be used to preserve, retrieve, and restore past iterations.

Related Threats

IDTitleDescription
CCC.Vector.TH05Embedding Format or Dimension AttacksPoor validation of embedding formats or dimensions can cause service crashes or logic errors. This can result in denial of service or incorrect similarity results.
CCC.Core.TH06Data is Lost or CorruptedServices that rely on accurate data are susceptible to disruption in the event of data loss or corruption. Any actions that lead to the unintended deletion, alteration, or limited access to data can impact the availability of the service and the system it is part of.

Assessment Requirements

IDTextApplicability
CCC.Vector.CN06.AR01When an embedding is submitted, the service MUST validate that its format and dimensionality match allowed profiles.tlp-clear, tlp-green, tlp-amber, tlp-red

Guideline Mappings

FrameworkIDRemarks
FINOS-AIGFAIR-PREV-002Data Filtering From External Knowledge Bases