summaryrefslogtreecommitdiff
path: root/htroot/env
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2025-12-06 19:21:57 +0100
committerMichael Peter Christen <mc@yacy.net>2025-12-06 19:21:57 +0100
commiteed704d23bc53e5d0359072e5e2134b469ae2eef (patch)
tree2518c10e9e478a4c04845db3b81442ee9dfca7cb /htroot/env
parented9ea238b1e7d4a89d77acea790b08b6f2b1ed49 (diff)
added RAG configuration page
Diffstat (limited to 'htroot/env')
-rw-r--r--htroot/env/templates/submenuAI.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/htroot/env/templates/submenuAI.template b/htroot/env/templates/submenuAI.template
index a5badb975..614dff4a1 100644
--- a/htroot/env/templates/submenuAI.template
+++ b/htroot/env/templates/submenuAI.template
@@ -3,6 +3,7 @@
<ul class="SubMenu">
<li><a href="AILab.html" class="MenuItemLink">AI Lab</a></li>
<li><a href="LLMSelection_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">LLM Selection</a></li>
+ <li><a href="RAGConfig_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">RAG Config</a></li>
<li><a href="yacychat.html" class="MenuItemLink">Chat</a></li>
</ul>
</div>