KaifAhmad1
04eea7e7eb
Update documentation: reduce code examples, add cookbook links, improve structure
...
- Reduced code examples in all guide pages (getting-started, quickstart, concepts, modules, examples, use-cases, learning-more)
- Added comprehensive cookbook links with descriptions (topics, difficulty, time, use cases)
- Improved structure and organization across all guide pages
- Updated use-cases.md to only include use cases with corresponding cookbooks
- Removed 'Last Updated: 2024' from all documentation files
- Enhanced navigation with better 'Next Steps' sections
2025-12-31 15:19:08 +05:30
KaifAhmad1
f5dfe426e9
docs(split): complete split module documentation and add comprehensive notebook
...
- 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.
2025-12-08 18:06:08 +05:30