Skip to main content

Module service

Module service 

Source
Expand description

Deduplication service orchestrator.

Coordinates the three-tier deduplication check:

  1. Exact match: SHA256 hash comparison via tag search
  2. Semantic similarity: Embedding comparison with configurable thresholds
  3. Recent capture: LRU cache with TTL-based expiration

Uses short-circuit evaluation, returning on first duplicate match.

Structsยง

DeduplicationService
Service for deduplication checking.