haiku.rag/haiku_rag_slim/haiku/rag/store/repositories
Yiorgis Gozadinos afc5b02285
Update schema to store docling_document as compressed bytes
- Change DocumentRecord.docling_document_json (str) to docling_document (bytes)
- Use large_binary Arrow type (64-bit offsets) to avoid 2GB column limit
- Decompress in Document.get_docling_document() using gzip
- Update DocumentRepository field mappings
2026-01-10 15:17:27 +02:00
..
__init__.py Restructure into uv workspace to support minimal and full installations 2025-11-04 17:59:12 +02:00
chunk.py Use FTS on contextualized text 2025-12-29 14:50:07 +02:00
document.py Update schema to store docling_document as compressed bytes 2026-01-10 15:17:27 +02:00
settings.py Add is_read_only property to Store. Guard all write operations in repositories 2025-12-18 15:55:24 +02:00