WP24c - Agentic Edge Validation & Chunk-Aware Multigraph-System (v4.5.8) #22
|
|
@ -263,7 +263,7 @@ class IngestionService:
|
||||||
if not note_id:
|
if not note_id:
|
||||||
return {**result, "status": "error", "error": "missing_id"}
|
return {**result, "status": "error", "error": "missing_id"}
|
||||||
|
|
||||||
logger.info(f"📄 Bearbeite: '{note_id}'")
|
logger.info(f"📄 Bearbeite: '{note_id}' | Pfad: {normalized_file_path} | Title: {note_pl.get('title', 'N/A')}")
|
||||||
|
|
||||||
# WP-24c v4.5.9: Strikte Change Detection (Hash-basierte Inhaltsprüfung)
|
# WP-24c v4.5.9: Strikte Change Detection (Hash-basierte Inhaltsprüfung)
|
||||||
# Prüft Hash VOR der Verarbeitung, um redundante Ingestion zu vermeiden
|
# Prüft Hash VOR der Verarbeitung, um redundante Ingestion zu vermeiden
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user