Coverage for src/qdrant_loader/core/chunking/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.8.2, created at 2025-06-04 05:50 +0000
« prev ^ index » next coverage.py v7.8.2, created at 2025-06-04 05:50 +0000
1"""
2Chunking components for document processing.
3"""
5from qdrant_loader.core.chunking.chunking_service import ChunkingService
7__all__ = ["ChunkingService"]