|
|
4f205a7ef7
|
feat(core): add StrategyName enum, DocumentTree models, and pagination helper
Why:
- StrategyName enum needed proper values for all 5 strategies
- DocumentTree models needed for document parser output
- PaginatedResponse needed for list endpoints
Changes:
- Renamed StrategyName values to match implementation (fixed_size, contextual_retrieval, semantic_parent_child)
- Added NodeType, DocumentTreeNode, DocumentTree models
- Added PaginatedResponse helper model
|
2026-07-26 09:37:24 +03:30 |
|