rag improvements

This commit is contained in:
2025-09-23 15:26:54 +02:00
parent 354b43494d
commit f8d127ff42
30 changed files with 817 additions and 2428 deletions

View File

@@ -67,12 +67,13 @@ const Navigation = () => {
// Core navigation items that are always visible
const coreNavItems = [
{ href: "/dashboard", label: "Dashboard" },
{
href: "/llm",
{
href: "/llm",
label: "LLM",
children: [
{ href: "/llm", label: "Models & Config" },
{ href: "/playground", label: "Playground" },
{ href: "/rag-demo", label: "RAG Demo" },
]
},
{