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/AILab.html | |
| parent | ed9ea238b1e7d4a89d77acea790b08b6f2b1ed49 (diff) | |
added RAG configuration page
Diffstat (limited to 'htroot/AILab.html')
| -rw-r--r-- | htroot/AILab.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/AILab.html b/htroot/AILab.html index 09f007ba4..cbf330393 100644 --- a/htroot/AILab.html +++ b/htroot/AILab.html @@ -299,7 +299,7 @@ <img src="env/grafics/AILab_RAG.png" alt="RAG configuration" width="128" height="128" /> </div> <div class="quest-actions"> - <a class="btn btn-info btn-sm" href="LLMSelection_p.html#productionModelsTable">Configure RAG roles</a> + <a class="btn btn-primary btn-sm" href="RAGConfig_p.html">Wire RAG prompts</a> <a class="btn btn-info btn-sm" href="yacychat.html">Test in Chat</a><br /> <span class="quest-note">Set the search-query and qapairs columns to connect retrieval to your chat flow.</span> </div> |
