Commit graph

9 commits

Author SHA1 Message Date
Yiorgis Gozadinos
ce69a8c989
Remove the MCP write tools; the server opens read-only
add_document_from_file, add_document_from_url, add_document_from_text
and delete_document are gone. create_mcp_server and _covering lose
read_only; the client always opens with read_only=True, so the
--read-only flag before `mcp` is redundant and the docs, Dockerfiles and
compose example drop it.

Ingestion is `haiku-rag add`/`add-src`/`delete` and haiku-ingester. No
known consumer used the write tools; one stdio server per client window
made multi-writer the accidental default, and streamable HTTP has no auth.

The test_app stub drops a comment and __init__ that described run_mcp
constructing the client positionally; every path goes through _covering.

Refs #599
2026-09-04 12:59:48 +03:00
Yiorgis Gozadinos
66d5fee682
Docker & docs updates 2026-05-26 11:44:45 +03:00
Yiorgis Gozadinos
a31fcad6b0
haiku.rag-slim docker image 2025-11-17 14:18:41 +02:00
Yiorgis Gozadinos
9ee64a33e0
Remove A2A from haiku.rag, turn it into an example 2025-11-07 13:31:51 +02:00
Yiorgis Gozadinos
009e529869
No need to have evaluations in the docker image 2025-11-05 12:35:37 +02:00
Yiorgis Gozadinos
5ed8c9cf44
Update docker build 2025-11-04 18:43:41 +02:00
Yiorgis Gozadinos
121c3cce90
Use uv and a multi-stage build for docker image 2025-10-15 13:58:14 +03:00
Yiorgis Gozadinos
aa9b5f7b0c
Fix default db path inside docker container, always point to /data 2025-10-15 13:10:55 +03:00
Yiorgis Gozadinos
48dbf5ff59
Basic docker container building & example for running haiku.rag in docker compose 2025-10-15 12:34:52 +03:00