diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-12-06 19:21:57 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-12-06 19:21:57 +0100 |
| commit | eed704d23bc53e5d0359072e5e2134b469ae2eef (patch) | |
| tree | 2518c10e9e478a4c04845db3b81442ee9dfca7cb /htroot/env | |
| parent | ed9ea238b1e7d4a89d77acea790b08b6f2b1ed49 (diff) | |
added RAG configuration page
Diffstat (limited to 'htroot/env')
| -rw-r--r-- | htroot/env/templates/submenuAI.template | 1 |
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> |
