haiku.rag/src/haiku/rag
2025-10-30 13:04:25 +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 Drop ConfigProxy in favour of passing AppConfig as an keyword param to HaikuRag clients. 2025-10-27 10:33:33 +02:00
research Shuffle reusable nodes under graph/ 2025-09-30 16:59:36 +03:00
store Add filter param to search(). When filtering, we search in two steps: First filter documents, then search on the chunks with document_id IN the filtered documents 2025-10-30 13:03:23 +02:00
__init__.py init repo 2025-06-15 13:21:17 +02:00
app.py Cli accepts filter 2025-10-30 13:04:25 +02:00
chunker.py Refactor config from flat to nested Pydantic models 2025-10-23 13:30:21 +03:00
cli.py Cli accepts filter 2025-10-30 13:04:25 +02:00
client.py Add filter param to search(). When filtering, we search in two steps: First filter documents, then search on the chunks with document_id IN the filtered documents 2025-10-30 13:03:23 +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