mindnet/app/core/graph
Lars c5215e22e7 Implement WP-26 v1.0 - Phase 2: Enhance edge scoring and aggregation configuration
- Introduced configurable edge scoring with internal and external boosts for intra-note edges.
- Added aggregation configuration to support note-level and chunk-level retrieval strategies.
- Updated retriever and graph subgraph modules to utilize new scoring and aggregation logic.
- Enhanced YAML configuration to include new parameters for edge scoring and aggregation levels.
- Added boolean indexing for filtering based on edge properties in the setup script.
2026-01-25 21:06:13 +01:00
..
__init__.py graph refacturiert 2025-12-27 14:44:44 +01:00
graph_db_adapter.py Update 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. 2026-01-10 19:55:51 +01:00
graph_derive_edges.py Enhance chunking strategies and graph utilities for section-type transitions 2026-01-25 17:36:57 +01:00
graph_extractors.py Enhance callout extraction in graph_extractors.py: Update regex to support nested [!edge] callouts and improve handling of indentation levels. This allows for more flexible parsing of callout structures in the input text. 2026-01-06 10:20:55 +01:00
graph_subgraph.py Implement WP-26 v1.0 - Phase 2: Enhance edge scoring and aggregation configuration 2026-01-25 21:06:13 +01:00
graph_utils.py Enhance chunking strategies and graph utilities for section-type transitions and block ID extraction 2026-01-25 17:47:22 +01:00
graph_weights.py graph refacturiert 2025-12-27 14:44:44 +01:00