Commit Graph

3 Commits

Author SHA1 Message Date
bc8bdfac3c Refactor payload creation in test_wp26_comprehensive.py
- Updated the `make_chunk_payloads` function calls to use a structured `note` parameter instead of separate `frontmatter` and `chunks` arguments, improving clarity and consistency in payload construction.
- Added comments to clarify the function signature for better understanding of the parameters being passed.
2026-01-26 10:37:57 +01:00
dd2fa380f2 Refactor strategy_by_heading function calls in test_wp26_comprehensive.py
- Updated the function signature for `strategy_by_heading` to accept a configuration dictionary and note ID, enhancing flexibility in chunking strategies.
- Introduced a configuration object to specify parameters such as max tokens and smart edge allocation, improving code clarity and maintainability.
2026-01-26 10:36:58 +01:00
a9ce5a445b Enhance graph schema validation and edge handling
- Improved edge type extraction by refining the `load_graph_schema` function to utilize a comprehensive schema.
- Added new functions for validating intra-note edges against the schema and retrieving topology information.
- Enhanced logging for validation processes and updated documentation to reflect these changes.
2026-01-26 10:34:59 +01:00