haiku.rag/src/haiku/rag
2025-10-30 13:36:44 +02:00
..
a2a Refactor config from flat to nested Pydantic models 2025-10-23 13:30:21 +03:00
config Change default location for config from XDG statndatd to use the platform-specific folder we use for the db as well 2025-10-29 11:50:30 +02:00
embeddings Pass config to embedders 2025-10-28 09:15:08 +02:00
graph Refactor config from flat to nested Pydantic models 2025-10-23 13:30:21 +03:00
qa Drop ConfigProxy in favour of passing AppConfig as an keyword param to HaikuRag clients. 2025-10-27 10:33:33 +02:00
reranking Support for zero entropy reranker 2025-10-30 13:36:44 +02:00
research Shuffle reusable nodes under graph/ 2025-09-30 16:59:36 +03:00
store Drop ConfigProxy in favour of passing AppConfig as an keyword param to HaikuRag clients. 2025-10-27 10:33:33 +02:00
__init__.py init repo 2025-06-15 13:21:17 +02:00
app.py Fix info to not use old .env settings 2025-10-29 13:31:54 +02:00
chunker.py Refactor config from flat to nested Pydantic models 2025-10-23 13:30:21 +03:00
cli.py Refactor config from flat to nested Pydantic models 2025-10-23 13:30:21 +03:00
client.py Drop ConfigProxy in favour of passing AppConfig as an keyword param to HaikuRag clients. 2025-10-27 10:33:33 +02:00
logging.py Suppress warnings in cli 2025-09-10 13:36:12 +03:00
mcp.py Refactor config from flat to nested Pydantic models 2025-10-23 13:30:21 +03:00
monitor.py Move monitor config in its own section 2025-10-29 11:23:56 +02:00
reader.py AsciiDoc uses .adoc, not just .asciidoc extensions 2025-09-25 10:09:21 +03:00
utils.py Refactor config from flat to nested Pydantic models 2025-10-23 13:30:21 +03:00