Files
chunking_strategies_evaluation/src
Mahdi Bazrafshan b75fde8185 fix(models): add text field to ChunkMetadata for Qdrant storage
Why:
- Qdrant was storing only metadata, not chunk text
- Queries returned empty text in retrieved chunks
- Scores were low (~0.25) because embeddings were on empty strings

Changes:
- Added 'text' field to ChunkMetadata model
- Updated chunk_to_metadata() to copy text
2026-07-26 12:05:52 +03:30
..