• Joined on 2025-08-09
Lars pushed to WP24c at Lars/mindnet 2026-01-12 08:56:35 +01:00
ec9b3c68af Implement ID collision detection and enhance logging in ingestion_processor.py
Lars pushed to WP24c at Lars/mindnet 2026-01-12 08:33:15 +01:00
f9118a36f8 Enhance logging in ingestion_processor.py to include normalized file path and note title
Lars pushed to WP24c at Lars/mindnet 2026-01-12 08:21:24 +01:00
e52eed40ca Refactor hash input handling in ingestion_processor.py to use dictionary format
Lars pushed to WP24c at Lars/mindnet 2026-01-12 08:19:46 +01:00
43641441ef Refactor hash input and body/frontmatter handling in ingestion_processor.py for improved accuracy
Lars pushed to WP24c at Lars/mindnet 2026-01-12 08:16:05 +01:00
c613d81846 Enhance logging in ingestion_processor.py for detailed change detection diagnostics
Lars pushed to WP24c at Lars/mindnet 2026-01-12 08:13:28 +01:00
de5db09b51 Update logging levels in ingestion_processor.py and import_markdown.py for improved visibility
Lars pushed to WP24c at Lars/mindnet 2026-01-12 08:08:33 +01:00
7cb8fd6602 Enhance logging in ingestion_processor.py for improved change detection diagnostics
Lars pushed to WP24c at Lars/mindnet 2026-01-12 08:04:31 +01:00
6047e94964 Refactor edge processing in graph_derive_edges.py and ingestion_processor.py for consistency and efficiency
Lars pushed to WP24c at Lars/mindnet 2026-01-12 07:53:06 +01:00
78fbc9b31b Enhance ingestion_processor.py with path normalization and strict change detection
Lars pushed to WP24c at Lars/mindnet 2026-01-12 07:46:01 +01:00
742792770c Implement Phase 3 Agentic Edge Validation in ingestion_processor.py and related documentation updates
Lars pushed to WP24c at Lars/mindnet 2026-01-11 21:47:15 +01:00
b19f91c3ee Refactor edge validation process in ingestion_processor.py
Lars pushed to WP24c at Lars/mindnet 2026-01-11 21:27:51 +01:00
9b0d8c18cb Implement LLM validation for candidate edges in ingestion_processor.py
Lars pushed to WP24c at Lars/mindnet 2026-01-11 21:09:10 +01:00
f2a2f4d2df Refine LLM validation zone handling in graph_derive_edges.py
Lars pushed to WP24c at Lars/mindnet 2026-01-11 20:58:36 +01:00
ea0fd951f2 Enhance LLM validation zone extraction in graph_derive_edges.py
Lars pushed to WP24c at Lars/mindnet 2026-01-11 20:20:14 +01:00
c8c828c8a8 Add LLM validation zone extraction and configuration support in graph_derive_edges.py
Lars pushed to WP24c at Lars/mindnet 2026-01-11 19:14:18 +01:00
716a063849 Enhance decision_engine.py to support context reuse during compression failures. Implement error handling to return original content when compression fails, ensuring robust fallback mechanisms without re-retrieval. Update logging for better traceability of compression and fallback processes, improving overall reliability in stream handling.
Lars pushed to WP24c at Lars/mindnet 2026-01-11 18:55:22 +01:00
3dc81ade0f Update logging in decision_engine.py and retriever.py to use node_id as chunk_id and total_score instead of score for improved accuracy in debug statements. This change aligns with the new data structure introduced in version 4.5.4, enhancing traceability in retrieval processes.
Lars pushed to WP24c at Lars/mindnet 2026-01-11 17:54:38 +01:00
1df89205ac Update EdgeDTO to support extended provenance values and modify explanation building in retriever.py to accommodate new provenance types. This enhances the handling of edge data for improved accuracy in retrieval processes.
Lars pushed to WP24c at Lars/mindnet 2026-01-11 17:48:32 +01:00
2445f7cb2b Implement chunk-aware graph traversal in hybrid_retrieve: Extract both note_id and chunk_id from hits to enhance seed coverage for edge retrieval. Combine direct and additional chunk IDs for improved accuracy in subgraph expansion. Update debug logging to reflect the new seed and chunk ID handling, ensuring better traceability in graph retrieval processes.
Lars pushed to WP24c at Lars/mindnet 2026-01-11 17:44:23 +01:00
47fdcf8eed Update logging in retriever.py for version 4.5.1: Modify edge count logging to utilize the adjacency list instead of the non-existent .edges attribute in the subgraph, enhancing accuracy in debug statements related to graph retrieval processes.