Implement a new method to log ID collisions into a separate file (logs/id_collisions.log) for manual analysis. This update captures relevant metadata in JSONL format, enhancing traceability during the ingestion process. The logging occurs when a conflict is detected between existing and new files sharing the same note_id, improving error handling and diagnostics. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ingestion_chunk_payload.py | ||
| ingestion_db.py | ||
| ingestion_note_payload.py | ||
| ingestion_processor.py | ||
| ingestion_utils.py | ||
| ingestion_validation.py | ||