From e6b9a2db643597785088b08a039fb10a7d5334a3 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 16 Jun 2026 23:38:47 +0200 Subject: [PATCH] Update chat readiness status message from Database to Knowledge --- backend/local_rag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/local_rag.py b/backend/local_rag.py index 5ca95be..9b76f8e 100644 --- a/backend/local_rag.py +++ b/backend/local_rag.py @@ -1394,7 +1394,7 @@ def _run_prepare_pipeline(slug: str, on_progress=None, **opts): _mark_pipeline_stage(slug, "embed", prepare_signature) if on_progress: - on_progress("done", 1.0, "Database is ready for chat.") + on_progress("done", 1.0, "Knowledge is ready for chat.") return { "status": "ok",