This website requires JavaScript.
Explore
Help
Sign In
davide
/
rag-from-scratch
Watch
1
Star
0
Fork
0
You've already forked rag-from-scratch
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1980efb0d653f65233569a19f9f2bcebe4961a19
rag-from-scratch
/
tests
/
chunks
T
History
davide
1980efb0d6
feat(chunks): aggiunge chunker.py — CLI + orchestrazione pipeline AST-based
...
Co-Authored-By: Claude Sonnet 4.6 <
noreply@anthropic.com
>
2026-06-09 08:21:54 +02:00
..
__init__.py
chore: rimuove chunker legacy, aggiunge dipendenze AST-based pipeline
2026-06-08 16:16:07 +02:00
conftest.py
feat(chunks): aggiunge segmenter.py — token stream → Block[]
2026-06-08 16:25:49 +02:00
test_chunker.py
feat(chunks): aggiunge chunker.py — CLI + orchestrazione pipeline AST-based
2026-06-09 08:21:54 +02:00
test_config.py
feat(chunks): aggiunge ChunkerConfig dataclass
2026-06-08 16:20:59 +02:00
test_models.py
feat(chunks): aggiunge models.py con Block, Chunk, Diagnostics, ChunkingResult
2026-06-08 16:20:30 +02:00
test_packer.py
feat(chunks): aggiunge packer.py — Block[] → Chunk[] con packing min/target/max
2026-06-08 16:29:24 +02:00
test_parser.py
feat(chunks): aggiunge parser.py con markdown-it-py
2026-06-08 16:22:58 +02:00
test_segmenter.py
feat(chunks): aggiunge segmenter.py — token stream → Block[]
2026-06-08 16:25:49 +02:00
test_validator.py
feat(chunks): aggiunge validator.py — invarianti + metriche
2026-06-09 08:02:35 +02:00