mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Enhanced split_usage.md with missing class examples - Added OntologyAwareChunker with detailed parameters - Added SlidingWindowChunker with window_size and step_size - Added TableChunker with all configuration options - Updated 'Using Existing Chunkers' section with all 9 chunkers - Enhanced docs/reference/split.md with complete class documentation - Added OntologyAwareChunker section (methods, parameters, examples) - Added SlidingWindowChunker section (methods, parameters, examples) - Added TableChunker section (methods, parameters, examples) - All sections include parameter tables and detailed examples - Created comprehensive introduction notebook - Added cookbook/introduction/11_Chunking_and_Splitting.ipynb - 14 comprehensive steps covering all functionality - All 13 classes demonstrated (TextSplitter, SemanticChunker, EntityAwareChunker, etc.) - All 15 splitting functions covered with examples - Best practices, method comparisons, and performance tips included - Removed duplicate advanced notebook - Deleted cookbook/advanced/11_Text_Chunking_Strategies.ipynb - Consolidated into comprehensive introduction notebook All split module exports (13 classes, 15 functions, 4 config items) now fully documented. Documentation is 100% consistent with actual module exports.