Add server-side deduplication on ingest

This commit is contained in:
Agent Zero
2026-03-24 05:40:30 +00:00
parent 5d5c042dd1
commit 61d6448b44
8 changed files with 421 additions and 23 deletions

View File

@@ -26,6 +26,11 @@ OPENBRAIN__QUERY__TEXT_WEIGHT=0.4
# VECTOR_WEIGHT=0.6
# TEXT_WEIGHT=0.4
# Ingest deduplication
OPENBRAIN__DEDUP__THRESHOLD=0.90
# Backward-compatible plain env alias
# DEDUP_THRESHOLD=0.90
# TTL / transient facts
# Background cleanup interval in seconds. Set to 0 to disable automatic cleanup.
OPENBRAIN__TTL__CLEANUP_INTERVAL_SECONDS=300