mindnet/app/core/graph
Lars eba2e5d602 Add virtual attribute for automatically generated edges
- Introduced a `virtual` attribute for automatically generated section transitions and backlinks in the graph edge definitions, indicating their virtual nature.
- Updated documentation to reflect the addition of the `virtual` attribute for both section transitions and backlinks, clarifying its implications for scoring in the retriever.
- Enhanced the understanding of edge types by specifying that these automatically generated edges will receive a penalty during scoring.
2026-01-26 18:37:09 +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 Add virtual attribute for automatically generated edges 2026-01-26 18:37:09 +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 Implement WP-26 v1.3 (Phase 3): Enhance graph schema validation and edge handling 2026-01-26 10:18:31 +01:00
graph_weights.py graph refacturiert 2025-12-27 14:44:44 +01:00