haiku.rag/src/haiku/rag
2025-09-22 13:45:59 +03:00
..
embeddings Fix missing vllm embeddings from embedder factory 2025-09-09 10:58:41 +03:00
qa Update LLM prompts/tools to reflect we will pass title (if available) or URI 2025-09-22 12:45:32 +03:00
reranking Research agent as a pydantic graph 2025-09-19 14:39:39 +03:00
research Update LLM prompts/tools to reflect we will pass title (if available) or URI 2025-09-22 12:45:32 +03:00
store Display title where appropriate in cli 2025-09-22 12:45:32 +03:00
__init__.py init repo 2025-06-15 13:21:17 +02:00
app.py Display title where appropriate in cli 2025-09-22 12:45:32 +03:00
chunker.py Operate on DoclingDocument instead of Document 2025-08-08 17:24:34 +02:00
cli.py Handle title in client & CLI 2025-09-22 12:45:32 +03:00
client.py Preserve title if it exists when expanding context 2025-09-22 13:45:59 +03:00
config.py Config DISABLE_DB_AUTOCREATE option to not auto-create dbs 2025-09-22 10:09:07 +03:00
logging.py Suppress warnings in cli 2025-09-10 13:36:12 +03:00
mcp.py Handle title in client & CLI 2025-09-22 12:45:32 +03:00
migration.py vacuum() in store, client, cli. Removes old versions and reduces disk usage 2025-09-10 11:24:51 +03:00
monitor.py QA LLM, Ollama implementation 2025-06-25 18:18:28 +03:00
reader.py Operate on DoclingDocument instead of Document 2025-08-08 17:24:34 +02:00
utils.py Lazy import when using CLI to speed up startup 2025-09-20 10:50:01 +03:00