haiku.rag/haiku_rag_slim/haiku/rag/embeddings
Yiorgis Gozadinos c9227c649f
emit synthetic picture chunks at ingest under multimodal embedders.
processing.chunk() merges text chunks with one synthetic Chunk per PictureItem-with-bytes,
sorted by iterate_items() position so chunk.order is structural.
embed_chunks dispatches on a Chunk._picture_data PrivateAttr
(text through embed_documents, picture through embed_image_query)
2026-05-03 17:04:43 +03:00
..
__init__.py emit synthetic picture chunks at ingest under multimodal embedders. 2026-05-03 17:04:43 +03:00
mlx.py drop the batched embed_images method from multi-modal embedders 2026-05-03 16:21:47 +03:00
vllm.py drop the batched embed_images method from multi-modal embedders 2026-05-03 16:21:47 +03:00