273c4c6919Update default COLLECTION_PREFIX to "mindnet" for production environments, requiring explicit setting of COLLECTION_PREFIX=mindnet_dev in .env for development. This change enhances clarity and ensures proper environment configuration.Lars2026-01-12 15:49:44 +0100
2ed4488cf6Enhance timeout handling and diagnostics in runtime service verificationLars2026-01-12 15:37:12 +0100
36490425c5Implement runtime check for EdgeDTO version support in health serviceLars2026-01-12 15:34:56 +0100
b8cb8bb89bAdd runtime check for EdgeDTO version support in health endpointLars2026-01-12 15:31:38 +0100
6d268d9dfbEnhance .env loading mechanism and EdgeDTO creation with error handlingLars2026-01-12 15:27:23 +0100
df5f9b3fe4angleichen der Default prefix für die CollectionsLars2026-01-12 15:02:23 +0100
5e67cd470cMerge pull request 'Update deterministic sorting of semantic_groups in build_edges_for_note to handle None values correctly. Introduced a custom sort function to ensure consistent edge extraction across batches, preventing variance in edge counts.' (#23) from WP24c_BugFix into mainLars2026-01-12 11:42:01 +0100
0b2a1f1a63Update deterministic sorting of semantic_groups in build_edges_for_note to handle None values correctly. Introduced a custom sort function to ensure consistent edge extraction across batches, preventing variance in edge counts.Lars2026-01-12 11:31:20 +0100
d0012355b9Merge pull request 'WP24c - Agentic Edge Validation & Chunk-Aware Multigraph-System (v4.5.8)' (#22) from WP24c into main
v3.2.0
Lars2026-01-12 10:53:19 +0100
1056078e6aRefactor ID collision logging in ingestion_processor.py for improved clarity and structureLars2026-01-12 10:07:24 +0100
c42a76b3d7Add dedicated logging for ID collisions in ingestion_processor.pyLars2026-01-12 09:04:36 +0100
ec9b3c68afImplement ID collision detection and enhance logging in ingestion_processor.pyLars2026-01-12 08:56:28 +0100
f9118a36f8Enhance logging in ingestion_processor.py to include normalized file path and note titleLars2026-01-12 08:33:11 +0100
e52eed40caRefactor hash input handling in ingestion_processor.py to use dictionary formatLars2026-01-12 08:21:21 +0100
43641441efRefactor hash input and body/frontmatter handling in ingestion_processor.py for improved accuracyLars2026-01-12 08:19:43 +0100
c613d81846Enhance logging in ingestion_processor.py for detailed change detection diagnosticsLars2026-01-12 08:16:03 +0100
de5db09b51Update logging levels in ingestion_processor.py and import_markdown.py for improved visibilityLars2026-01-12 08:13:26 +0100
7cb8fd6602Enhance logging in ingestion_processor.py for improved change detection diagnosticsLars2026-01-12 08:08:29 +0100
6047e94964Refactor edge processing in graph_derive_edges.py and ingestion_processor.py for consistency and efficiencyLars2026-01-12 08:04:28 +0100
78fbc9b31bEnhance ingestion_processor.py with path normalization and strict change detectionLars2026-01-12 07:53:03 +0100
742792770cImplement Phase 3 Agentic Edge Validation in ingestion_processor.py and related documentation updatesLars2026-01-12 07:45:54 +0100
b19f91c3eeRefactor edge validation process in ingestion_processor.pyLars2026-01-11 21:47:11 +0100
9b0d8c18cbImplement LLM validation for candidate edges in ingestion_processor.pyLars2026-01-11 21:27:07 +0100
f2a2f4d2dfRefine LLM validation zone handling in graph_derive_edges.pyLars2026-01-11 21:09:07 +0100
ea0fd951f2Enhance LLM validation zone extraction in graph_derive_edges.pyLars2026-01-11 20:58:33 +0100
c8c828c8a8Add LLM validation zone extraction and configuration support in graph_derive_edges.pyLars2026-01-11 20:19:12 +0100
716a063849Enhance 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.Lars2026-01-11 19:14:15 +0100
3dc81ade0fUpdate 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.Lars2026-01-11 18:55:13 +0100
1df89205acUpdate 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.Lars2026-01-11 17:54:33 +0100
2445f7cb2bImplement 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.Lars2026-01-11 17:48:30 +0100
47fdcf8eedUpdate 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.Lars2026-01-11 17:44:20 +0100
3e27c72b80Enhance logging capabilities across multiple modules for version 4.5.0: Introduce detailed debug statements in decision_engine.py, retriever_scoring.py, retriever.py, and logging_setup.py to improve traceability during retrieval processes. Implement dynamic log level configuration based on environment variables, allowing for more flexible debugging and monitoring of application behavior.Lars2026-01-11 17:30:34 +0100
2d87f9d816Enhance compatibility in chunking and edge processing for version 4.4.1: Harmonize handling of "to" and "target_id" across chunking_processor.py, graph_derive_edges.py, and ingestion_processor.py. Ensure consistent validation and processing of explicit callouts, improving integration and reliability in edge candidate handling.Lars2026-01-11 15:39:03 +0100
d7d6155203Refactor logging in graph_derive_edges.py for version 4.4.0: Move logger initialization to module level for improved accessibility across functions. This change enhances debugging capabilities and maintains consistency in logging practices.Lars2026-01-11 15:28:14 +0100
f8506c0bb2Refactor logging in graph_derive_edges.py and ingestion_chunk_payload.py: Remove redundant logging import and ensure consistent logger initialization for improved debugging capabilities. This change enhances traceability in edge processing and chunk ingestion.Lars2026-01-11 15:25:57 +0100
c91910ee9fEnhance logging and debugging in chunking_processor.py, graph_derive_edges.py, and ingestion_chunk_payload.py for version 4.4.0: Introduce detailed debug statements to trace chunk extraction, global scan comparisons, and payload transfers. Improve visibility into candidate pool handling and decision-making processes for callout edges, ensuring better traceability and debugging capabilities.Lars2026-01-11 15:21:46 +0100
ee91583614Update graph_derive_edges.py to version 4.3.1: Introduce precision prioritization for chunk scope, ensuring chunk candidates are favored over note scope. Adjust confidence values for explicit callouts and enhance key generation for consistent deduplication. Improve edge processing logic to reinforce the precedence of chunk scope in decision-making.Lars2026-01-11 15:08:08 +0100
3a17b646e1Update graph_derive_edges.py and ingestion_chunk_payload.py for version 4.3.0: Introduce debug logging for data transfer audits and candidate pool handling to address potential data loss. Ensure candidate_pool is explicitly retained for accurate chunk attribution, enhancing traceability and reliability in edge processing.Lars2026-01-11 14:51:38 +0100
727de50290Refine edge parsing and chunk attribution in chunking_parser.py and graph_derive_edges.py for version 4.2.9: Ensure current_edge_type persists across empty lines in callout blocks for accurate link processing. Implement two-phase synchronization for chunk authority, collecting explicit callout keys before the global scan to prevent duplicates. Enhance callout extraction logic to respect existing chunk callouts, improving deduplication and processing efficiency.Lars2026-01-11 14:30:16 +0100
a780104b3cEnhance edge processing in graph_derive_edges.py for version 4.2.9: Finalize chunk attribution with synchronization to "Semantic First" signal. Collect callout keys from candidate pool before text scan to prevent duplicates. Update callout extraction logic to ensure strict adherence to existing chunk callouts, improving deduplication and processing efficiency.Lars2026-01-11 14:07:16 +0100
f51e1cb2c4Fix regex pattern in parse_edges_robust to support multiple leading '>' characters for edge callouts, enhancing flexibility in edge parsing.Lars2026-01-11 12:03:36 +0100
20fb1e92e2Enhance chunking functionality in version 4.2.8: Update callout pattern to support additional syntax for edge and abstract callouts. Modify get_chunk_config to allow fallback to chunk_profile if chunking_profile is not present. Ensure explicit passing of chunk_profile in make_chunk_payloads for improved payload handling. Update type hints in chunking_parser for better clarity.Lars2026-01-11 11:49:16 +0100
1d66ca0649Update chunking_utils.py to include Optional type hint: Add Optional to the import statement for improved type annotations, enhancing code clarity and maintainability.Lars2026-01-11 11:16:30 +0100
55b64c331aEnhance chunking system with WP-24c v4.2.6 and v4.2.7 updates: Introduce is_meta_content flag for callouts in RawBlock, ensuring they are chunked but later removed for clean context. Update parse_blocks and propagate_section_edges to handle callout edges with explicit provenance for chunk attribution. Implement clean-context logic to remove callout syntax post-processing, maintaining chunk integrity. Adjust get_chunk_config to prioritize frontmatter overrides for chunking profiles. Update documentation to reflect these changes.Lars2026-01-11 11:14:31 +0100
4d43cc526eUpdate ingestion_processor.py to version 4.2.4: Implement hash-based change detection for content integrity verification. Restore iterative matching based on content hashes, enhancing the accuracy of change detection. Update documentation to reflect changes in the processing logic and versioning.Lars2026-01-11 08:08:30 +0100
6131b315d7Update graph_derive_edges.py to version 4.2.2: Implement semantic de-duplication with improved scope decision-making. Enhance edge ID calculation by prioritizing semantic grouping before scope assignment, ensuring accurate edge representation across different contexts. Update documentation to reflect changes in edge processing logic and prioritization strategy.Lars2026-01-10 22:20:13 +0100
dfff46e45cUpdate graph_derive_edges.py to version 4.2.1: Implement Clean-Context enhancements, including consolidated callout extraction and smart scope prioritization. Refactor callout handling to avoid duplicates and improve processing efficiency. Update documentation to reflect changes in edge extraction logic and prioritization strategy.Lars2026-01-10 22:17:03 +0100
003a270548Implement WP-24c v4.2.0: Introduce configurable header names and levels for LLM validation and Note-Scope zones in the chunking system. Update chunking models, parser, and processor to support exclusion of edge zones during chunking. Enhance documentation and configuration files to reflect new environment variables for improved flexibility in Markdown processing.Lars2026-01-10 21:46:51 +0100
39fd15b565Update graph_db_adapter.py, graph_derive_edges.py, graph_subgraph.py, graph_utils.py, ingestion_processor.py, and retriever.py to version 4.1.0: Introduce Scope-Awareness and Section-Filtering features, enhancing edge retrieval and processing. Implement Note-Scope Zones extraction from Markdown, improve edge ID generation with target_section, and prioritize Note-Scope Links during de-duplication. Update documentation for clarity and consistency across modules.Lars2026-01-10 19:55:51 +0100
be2bed9927Update qdrant_points.py, ingestion_processor.py, and import_markdown.py to version 4.1.0: Enhance edge ID generation by incorporating target_section for improved multigraph support and symmetry integrity. Update documentation and logging for clarity, ensuring consistent ID generation across phases and compatibility with the ingestion workflow.Lars2026-01-10 17:03:44 +0100
2da98e8e37Update graph_derive_edges.py and graph_utils.py to version 4.1.0: Enhance edge ID generation by incorporating target_section into the ID calculation, allowing for distinct edges across different sections. Update documentation to reflect changes in ID structure and improve clarity on edge handling during de-duplication.Lars2026-01-10 15:45:26 +0100
a852975811Update qdrant_points.py, graph_utils.py, graph_derive_edges.py, and ingestion_processor.py to version 4.0.0: Implement GOLD-STANDARD identity with strict 4-parameter ID generation, eliminating rule_id and variant from ID calculations. Enhance documentation for clarity and consistency across modules, addressing ID drift and ensuring compatibility in the ingestion workflow.Lars2026-01-10 15:19:46 +0100
8fd7ef804dUpdate ingestion_processor.py to version 3.4.3: Remove incompatible edge_registry initialization, maintain strict two-phase strategy, and fix ID generation issues. Enhance logging and comments for clarity, ensuring compatibility and improved functionality in the ingestion workflow.Lars2026-01-10 14:02:10 +0100
b0f4309a29Update qdrant_points.py, graph_utils.py, ingestion_processor.py, and import_markdown.py: Enhance ID generation and error handling, centralize identity logic to prevent ID drift, and improve documentation clarity. Update versioning to reflect changes in functionality and maintain compatibility across modules.Lars2026-01-10 14:00:12 +0100
c33b1c644aUpdate graph_utils.py to version 1.6.1: Restore '_edge' function to address ImportError, revert to UUIDv5 for Qdrant compatibility, and maintain section logic in ID generation. Enhance documentation for clarity and refine edge ID generation process.Lars2026-01-10 10:58:44 +0100
7cc823e2f4NEUSTART von vorne mit frischer CodebasisLars2026-01-10 10:56:47 +0100
7e00344b84Update ingestion_processor.py to version 3.3.8: Address Ghost-ID issues, enhance Pydantic safety, and improve logging clarity. Refine symmetry injection logic and ensure strict phase separation for authority checks. Adjust comments for better understanding and maintainability.Lars2026-01-10 08:32:59 +0100
ec89d83916Update ingestion_db.py, ingestion_processor.py, and import_markdown.py: Enhance documentation and logging clarity, improve artifact purging and symmetry injection logic, and implement stricter authority checks. Update versioning to 2.6.0 and 3.3.7 to reflect changes in functionality and maintain compatibility with the ingestion service.Lars2026-01-10 08:06:07 +0100
57656bbaafRefactor ingestion_db.py and ingestion_processor.py: Enhance documentation and logging clarity, integrate cloud resilience and error handling, and improve artifact purging logic. Update versioning to 3.3.6 to reflect changes in functionality, including strict phase separation and authority checks for explicit edges.Lars2026-01-10 07:45:43 +0100
7953acf3eeUpdate import_markdown.py to version 2.5.0: Implement global two-phase write strategy, enhance folder filtering to exclude system directories, and refine logging for improved clarity. Adjusted processing phases for better organization and error handling during markdown ingestion.Lars2026-01-10 07:35:50 +0100
3f528f2184Refactor ingestion_db.py and ingestion_processor.py: Enhance documentation for clarity, improve symmetry injection logic, and refine artifact purging process. Update versioning to 3.3.5 to reflect changes in functionality and maintainability, ensuring robust handling of explicit edges and authority checks.Lars2026-01-10 07:25:43 +0100
29e334625eRefactor ingestion_db.py and ingestion_processor.py: Simplify comments and documentation for clarity, enhance artifact purging logic to protect against accidental deletions, and improve symmetry injection process descriptions. Update versioning to reflect changes in functionality and maintainability.Lars2026-01-10 06:54:11 +0100
114cea80deUpdate ingestion_processor.py to version 3.3.2: Implement two-phase write strategy and API compatibility fix, ensuring data authority for explicit edges. Enhance logging clarity and adjust batch import process to maintain compatibility with importer script. Refine comments for improved understanding and maintainability.Lars2026-01-10 06:43:31 +0100
981b0cba1fUpdate ingestion_db.py and ingestion_processor.py to version 3.3.1: Enhance documentation for clarity, refine edge validation logic, and improve logging mechanisms. Implement strict separation of explicit writes and symmetry validation in the two-phase ingestion workflow, ensuring data authority and integrity. Adjust comments for better understanding and maintainability.Lars2026-01-09 23:29:41 +0100
e2c40666d1Enhance ingestion_db.py and ingestion_processor.py: Integrate authority checks for Point-IDs and improve edge validation logic. Update logging mechanisms and refine batch import process with two-phase writing strategy. Adjust documentation for clarity and accuracy, reflecting version updates to 2.2.0 and 3.3.0 respectively.Lars2026-01-09 23:25:57 +0100
c9ae58725cUpdate ingestion_processor.py to version 3.3.0: Integrate global authority mapping and enhance two-pass ingestion workflow. Improve logging mechanisms and edge validation logic, ensuring robust handling of explicit edges and authority protection. Adjust documentation for clarity and accuracy.Lars2026-01-09 23:04:19 +0100
4318395c83Update ingestion_db.py and ingestion_processor.py: Refine documentation and enhance logging mechanisms. Improve edge validation logic with robust ID resolution and clarify comments for better understanding. Version updates to 2.2.1 and 3.2.1 respectively.Lars2026-01-09 22:35:04 +0100
00264a9653Refactor ingestion_processor.py for version 3.2.0: Integrate Mixture of Experts architecture, enhance logging stability, and improve edge validation. Update batch import process with symmetry memory and modularized schema logic. Adjust documentation for clarity and robustness.Lars2026-01-09 22:23:10 +0100
7e4ea670b1Update ingestion_processor.py to version 3.2.0: Enhance logging stability and improve edge validation by addressing KeyError risks. Implement batch import with symmetry memory and modularized schema logic for explicit edge handling. Adjust documentation and versioning for improved clarity and robustness.Lars2026-01-09 22:15:14 +0100
008a470f02Refactor graph_utils.py and ingestion_processor.py: Update documentation for deterministic UUIDs to enhance Qdrant compatibility. Improve logging and ID validation in ingestion_processor.py, including adjustments to edge processing logic and batch import handling for better clarity and robustness. Version updates to 1.2.0 and 3.1.9 respectively.Lars2026-01-09 22:05:50 +0100
7ed82ad82eUpdate graph_utils.py and ingestion_processor.py to versions 1.2.0 and 3.1.9 respectively: Transition to deterministic UUIDs for edge ID generation to ensure Qdrant compatibility and prevent HTTP 400 errors. Enhance ID validation and streamline edge processing logic to improve robustness and prevent collisions with known system types. Adjust versioning and documentation accordingly.Lars2026-01-09 21:46:47 +0100
72cf71fa87Update ingestion_processor.py to version 3.1.8: Enhance ID validation to prevent HTTP 400 errors and improve edge generation robustness by excluding known system types. Refactor edge processing logic to ensure valid note IDs and streamline database interactions. Adjust versioning and documentation accordingly.Lars2026-01-09 21:41:53 +0100
9cb08777faUpdate ingestion_processor.py to version 3.1.7: Enhance authority enforcement for explicit edges by implementing runtime ID protection and database checks to prevent overwriting. Refactor edge generation logic to ensure strict authority compliance and improve symmetry handling. Adjust versioning and documentation accordingly.Lars2026-01-09 21:31:44 +0100
2c18f8b3deUpdate ingestion_db.py and ingestion_processor.py to version 2.2.0 and 3.1.6 respectively: Integrate authority checks for Point-IDs and enhance edge validation logic to prevent overwriting explicit edges by virtual symmetries. Introduce new function to verify explicit edge presence in the database, ensuring improved integrity in edge generation. Adjust versioning and documentation accordingly.Lars2026-01-09 21:07:02 +0100
d5d6987ce2Update ingestion_processor.py to version 3.1.5: Implement database-aware redundancy checks to prevent overwriting explicit edges by virtual symmetries. Enhance edge validation logic to include real-time database queries, ensuring improved integrity in edge generation. Adjust versioning and documentation accordingly.Lars2026-01-09 20:27:45 +0100
61a319a049Update ingestion_processor.py to version 3.1.4: Implement semantic cross-note redundancy checks to enhance edge generation logic. Refactor redundancy validation to distinguish between local and cross-note redundancies, ensuring improved bidirectional graph integrity. Adjust versioning and documentation accordingly.Lars2026-01-09 18:41:05 +0100
a392dc2786Update type_registry, graph_utils, ingestion_note_payload, and discovery services for dynamic edge handling: Integrate EdgeRegistry for improved edge defaults and topology management (WP-24c). Enhance type loading and edge resolution logic to ensure backward compatibility while transitioning to a more robust architecture. Version bumps to 1.1.0 for type_registry, 1.1.0 for graph_utils, 2.5.0 for ingestion_note_payload, and 1.1.0 for discovery service.Lars2026-01-09 15:20:12 +0100
5e2a074019Implement origin-based purge logic in ingestion_db.py to prevent accidental deletion of inverse edges during re-imports. Enhance logging for error handling and artifact checks. Update ingestion_processor.py to support redundancy checks and improve symmetry logic for edge generation, ensuring bidirectional graph integrity. Version bump to 3.1.2.Lars2026-01-09 14:41:50 +0100
9b3fd7723eUpdate ingestion processor to version 3.1.0: Fix bidirectional edge injection for Qdrant, streamline edge validation by removing symmetry logic from the validation step, and enhance inverse edge generation in the processing pipeline. Improve logging for symmetry creation in edge payloads.Lars2026-01-09 14:25:46 +0100
4802eba27bIntegrate symmetric edge logic and discovery API: Update ingestion processor and validation to support automatic inverse edge generation. Enhance edge registry for dual vocabulary and schema management. Introduce new discovery endpoint for proactive edge suggestions, improving graph topology and edge validation processes.Lars2026-01-09 13:57:10 +0100
745352ff3fUpdate authoring guidelines in the user manual: Increment version to 1.3.0, refine principles for knowledge structuring, and introduce new H3-Hub-Pairing for enhanced clarity. Revise sections on strategic control, vault architecture, and usability features to improve documentation coherence and user experience.Lars2026-01-09 09:27:19 +0100
13f0a0c9bcUpdate authoring guidelines in the user manual: Increment version to 1.2.0, refine key principles, and enhance clarity on knowledge structuring and emotional engagement. Revise sections on strategic control, vault architecture, and usability features to improve user experience and documentation coherence.Lars2026-01-06 18:16:44 +0100