Merge pull request #82 from silentoplayz/silentoplayz-features.md

Create dedicated features.md page and positional updates
This commit is contained in:
Timothy Jaeryang Baek
2024-05-27 16:31:15 -07:00
committed by GitHub
13 changed files with 205 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 9
sidebar_position: 1000
title: "🤝 Contributing"
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 600
title: "📋 FAQ"
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 300
title: "🚀 Getting Started"
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 7
sidebar_position: 800
title: "🔄 Migration"
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 8
sidebar_position: 900
title: "🧑‍🔬 Open WebUI for Research"
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 700
title: "🛣️ Roadmap"
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 400
title: "🛠️ Troubleshooting"
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 500
title: "☁️ Deployment"
---

View File

@@ -1,3 +1,8 @@
---
sidebar_position: 7
title: "Hosting UI and Models separately"
---
# Hosting UI and Models separately
:::note

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 7
sidebar_position: 6
title: "Monitoring with Langfuse"
---

View File

@@ -1,3 +1,8 @@
---
sidebar_position: 8
title: "Retrieval Augmented Generation (RAG)"
---
# Retrieval Augmented Generation (RAG)
Retrieval Augmented Generation (RAG) allows context from other diverse sources to be included in chats. Text from different sources is combined with the RAG template and prefixed to the user's prompt.

View File

@@ -1,4 +1,5 @@
---
sidebar_position: 9
title: "Federated Authentication Support"
---