This website requires JavaScript.
Explore
Help
Sign in
danvics
/
haiku.rag
Watch
1
Star
0
Fork
You've already forked haiku.rag
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
aa3e9406cf
haiku.rag
/
haiku_rag_slim
/
haiku
/
rag
/
client
History
Yiorgis Gozadinos
ff656504d3
make client.search() polymorphic on query type: str | bytes | PIL.Image.Image. Bytes/PIL queries embed via embed_image_query and run vector-only against the chunks table
2026-05-04 11:22:22 +03:00
..
__init__.py
make client.search() polymorphic on query type: str | bytes | PIL.Image.Image. Bytes/PIL queries embed via embed_image_query and run vector-only against the chunks table
2026-05-04 11:22:22 +03:00
agents.py
Extract LLM agents into client/agents.py
2026-04-24 14:43:58 +03:00
documents.py
emit synthetic picture chunks at ingest under multimodal embedders.
2026-05-03 17:04:43 +03:00
downloads.py
add processing.pictures enum (none|description|image), replacing the implicit pair of generate_picture_images+picture_description.enabled flags
2026-04-30 14:26:14 +03:00
processing.py
emit synthetic picture chunks at ingest under multimodal embedders.
2026-05-03 17:04:43 +03:00
rebuild.py
emit synthetic picture chunks at ingest under multimodal embedders.
2026-05-03 17:04:43 +03:00
search.py
make client.search() polymorphic on query type: str | bytes | PIL.Image.Image. Bytes/PIL queries embed via embed_image_query and run vector-only against the chunks table
2026-05-04 11:22:22 +03:00
titles.py
Extract title generation into client/titles.py
2026-04-24 14:42:53 +03:00