mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-17 07:24:34 +01:00
rag improvements
This commit is contained in:
@@ -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" },
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user