services: update ingestion collector, paced publisher, and deduplication

This commit is contained in:
mamad
2026-08-28 19:33:29 +03:30
parent db2e726a57
commit 2137a1158d
9 changed files with 494 additions and 161 deletions
+4
View File
@@ -1,3 +1,7 @@
import sys
sys.path.insert(0, "/app")
from core.dedup import normalize_text, compute_content_hash
def test_normalize_text():