haiku.rag/haiku_rag_slim/haiku/rag
Yiorgis Gozadinos 3603b00513
Fix base64 images leaking into expanded search results
PictureItem.export_to_markdown() defaults to ImageRefMode.EMBEDDED,
which embeds base64 image data. When _extract_item_text() called this
method during context expansion, base64 data would leak into results.

Now explicitly handles PictureItem with ImageRefMode.PLACEHOLDER to
prevent base64 while still including VLM descriptions and captions.
2026-01-08 18:42:58 +02:00
..
chunkers Extract shared DoclingServeClient for async workflow & use it for VLM support, chunking, converting 2026-01-07 11:09:23 +02:00
config Extract shared DoclingServeClient for async workflow & use it for VLM support, chunking, converting 2026-01-07 11:09:23 +02:00
converters Extract shared DoclingServeClient for async workflow & use it for VLM support, chunking, converting 2026-01-07 11:09:23 +02:00
embeddings Use FTS on contextualized text 2025-12-29 14:50:07 +02:00
graph Track potentially more than one running step in agui emitter 2026-01-05 10:41:35 +02:00
inspector before parameter in client, app, inspector, cli 2025-12-19 12:03:18 +02:00
providers Extract shared DoclingServeClient for async workflow & use it for VLM support, chunking, converting 2026-01-07 11:09:23 +02:00
qa Add prompt customization and domain preable 2025-12-26 13:34:51 +02:00
reranking Record cassettes for embedder, ignore huggingface while recording 2025-12-29 13:23:53 +02:00
store Use FTS on contextualized text 2025-12-29 14:50:07 +02:00
__init__.py Restructure into uv workspace to support minimal and full installations 2025-11-04 17:59:12 +02:00
app.py history command, shows available lancedb versions per table 2025-12-19 12:03:18 +02:00
cli.py history command, shows available lancedb versions per table 2025-12-19 12:03:18 +02:00
cli_chat.py Give hints in interactive cli 2025-12-18 11:48:35 +02:00
client.py Fix base64 images leaking into expanded search results 2026-01-08 18:42:58 +02:00
logging.py Restructure into uv workspace to support minimal and full installations 2025-11-04 17:59:12 +02:00
mcp.py Add global --read-only mode in CLI 2025-12-18 16:43:49 +02:00
monitor.py Clarify folder mounts in docker docs, check monitor paths exist in FileWatcher 2025-12-19 11:58:08 +02:00
utils.py Fix non-reasoning OpenAI models that do not support reasoning config 2026-01-07 18:47:31 +02:00