From 0b4810ce3137a7b5c89b5727d4c3855ca5a8e3cc Mon Sep 17 00:00:00 2001 From: gramps Date: Tue, 14 Jul 2026 15:14:20 -0700 Subject: [PATCH] RAG admin: clearer search label + hint explaining semantic vector search vs browse --- templates/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 4789ec5..87fec63 100644 --- a/templates/index.html +++ b/templates/index.html @@ -151,6 +151,7 @@ body { font-family: var(--font-body); background: var(--bg-primary); color: var( .rag-toolbar-right { display:flex; gap:8px; align-items:center; flex-shrink:0; } .rag-search-input { flex:1; min-width:160px; background:var(--bg-tertiary); border:1px solid var(--border); color:var(--text-primary); font-family:var(--font-mono); font-size:12px; padding:8px 12px; border-radius:var(--radius); } .rag-search-input:focus { outline:none; border-color:var(--accent-dim); } +.rag-search-hint { font-size:10px; color:var(--text-muted); margin:-6px 0 12px 0; font-family:var(--font-mono); line-height:1.4; } .rag-source-select { background:var(--bg-tertiary); border:1px solid var(--border); color:var(--text-primary); font-family:var(--font-mono); font-size:12px; padding:7px 10px; border-radius:var(--radius); cursor:pointer; } .rag-source-select:focus { outline:none; border-color:var(--accent-dim); } .rag-table-wrap { overflow-x:auto; margin-bottom:12px; } @@ -387,9 +388,9 @@ body { font-family: var(--font-body); background: var(--bg-primary); color: var(