From af6f6b2c545bb6087b5c6c41147b5cba12b0ffff Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 18 Jul 2024 09:40:10 +0200 Subject: [PATCH 1/4] Update roadmap.mdx --- docs/roadmap.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/roadmap.mdx b/docs/roadmap.mdx index 05f1eab..579e972 100644 --- a/docs/roadmap.mdx +++ b/docs/roadmap.mdx @@ -13,6 +13,12 @@ Here are some exciting tasks on our roadmap: - 🛡️ **Granular Permissions and User Groups**: Empower administrators to finely control access levels and group users according to their roles and responsibilities. This feature ensures robust security measures and streamlined management of user privileges, enhancing overall platform functionality. - 🔧 **Fine-tune Model (LoRA)**: Fine-tune your model directly from the user interface. This feature allows for precise customization and optimization of the chat experience to better suit your needs and preferences. - 📚 **Enhanced Documentation**: Elevate your setup and customization experience with improved, comprehensive documentation. +- 🧑‍🤝‍🧑 **Teams Feature - Better User Management**: Enhance team collaboration and efficiency with improved user management features that streamline workflows and improve communication. +- 📁 **Projects Feature - Better Documents Section**: Organize and manage project documentation more effectively, with enhanced tools and interfaces for easier access and better collaboration. +- 📣 **Wakeword Detection**: Integrate voice activation features to improve accessibility and hands-free interaction within your platform. +- 💻 **Better Code Execution**: Enable sophisticated coding capabilities including file uploads, using external libraries, and executing multiple programming languages within the platform. +- 🤖 **Code Interpreter Function**: Implement a versatile code interpreter to enhance development processes and support various coding needs directly within the platform. +- 💬 **"Discussions" Feature - Multi-user Native Solution with AI Chat**: Foster engaging and productive discussions among users with a multi-user chat feature that incorporates AI to improve communication and problem-solving. ### 🧑‍🔬 Research Tools From dd421b3e29d73b9a86facdd1c33822a3d920a9bb Mon Sep 17 00:00:00 2001 From: Joshua Harding Date: Thu, 18 Jul 2024 12:16:35 -0400 Subject: [PATCH 2/4] Update web_search.md --- docs/tutorial/web_search.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial/web_search.md b/docs/tutorial/web_search.md index d681169..9cf8662 100644 --- a/docs/tutorial/web_search.md +++ b/docs/tutorial/web_search.md @@ -172,15 +172,15 @@ This is enabled on a per session basis eg. reloading the page, changing to anoth ## Google PSE API 1. Go to Google Developers, use [Programmable Search Engine](https://developers.google.com/custom-search), and log on or create account. -2. Go to [control pannel](https://programmablesearchengine.google.com/controlpanel/all) and click `Add` button +2. Go to [control panel](https://programmablesearchengine.google.com/controlpanel/all) and click `Add` button 3. Enter a search engine name, set the other properties to suit your needs, verify you're not a robot and click `Create` button. 4. Generate `API key` and get the `Search engine ID`. (Available after the engine is created) -5. With `API key` and `Search engine ID`, open `Open WebUI Admin pannel` and click `Settings` tab, and then click `Web Search` +5. With `API key` and `Search engine ID`, open `Open WebUI Admin panel` and click `Settings` tab, and then click `Web Search` 6. Enable `Web search` and Set `Web Search Engine` to `google_pse` 7. Fill `Google PSE API Key` with the `API key` and `Google PSE Engine Id` (# 4) 8. click `Save` -![Open WebUI Admin pannel](../../static/img/tutorial_google_pse1.png) +![Open WebUI Admin panel](../../static/img/tutorial_google_pse1.png) #### Note From 517e172cc909dc43f2e3cb5d430d5cb995d3dbb3 Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Sat, 20 Jul 2024 11:12:34 -0600 Subject: [PATCH 3/4] Fixing docs layout --- docs/pipelines/filters.md | 4 ++-- docs/pipelines/index.mdx | 5 +++++ docs/pipelines/pipes.md | 2 +- docs/pipelines/tutorials.md | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/pipelines/filters.md b/docs/pipelines/filters.md index 7d09e5e..d1be572 100644 --- a/docs/pipelines/filters.md +++ b/docs/pipelines/filters.md @@ -1,5 +1,5 @@ --- -sidebar_position: 1 +sidebar_position: 3 title: "Filter Pipelines" --- @@ -8,7 +8,7 @@ Filters are used to perform actions against incoming user messages and outgoing

- Filter Workflow + Filter Workflow

diff --git a/docs/pipelines/index.mdx b/docs/pipelines/index.mdx index 1da2fbd..c717dea 100644 --- a/docs/pipelines/index.mdx +++ b/docs/pipelines/index.mdx @@ -1,3 +1,8 @@ +--- +sidebar_position: 1 +title: "Pipelines" +--- + import { TopBanners } from "@site/src/components/TopBanners"; diff --git a/docs/pipelines/pipes.md b/docs/pipelines/pipes.md index 5e36411..b9f32a6 100644 --- a/docs/pipelines/pipes.md +++ b/docs/pipelines/pipes.md @@ -8,6 +8,6 @@ Pipes are functions that can be used to perform actions prior to returning LLM m

- Pipe Workflow + Pipe Workflow

\ No newline at end of file diff --git a/docs/pipelines/tutorials.md b/docs/pipelines/tutorials.md index 616668b..29cf3f6 100644 --- a/docs/pipelines/tutorials.md +++ b/docs/pipelines/tutorials.md @@ -1,5 +1,5 @@ --- -sidebar_position: 3 +sidebar_position: 4 title: "Tutorials" --- From 2dfe6ee809a0d901f299888890c2077cb25aa64c Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Sat, 20 Jul 2024 11:33:23 -0600 Subject: [PATCH 4/4] Fixed docs layout --- docs/getting-started/index.mdx | 2 +- docs/pipelines/index.mdx | 2 +- docusaurus.config.ts | 12 ++++++------ sidebars.ts | 12 ++++++------ 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index a4e479c..9e8fc43 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 1 title: "🚀 Getting Started" --- diff --git a/docs/pipelines/index.mdx b/docs/pipelines/index.mdx index c717dea..6f35739 100644 --- a/docs/pipelines/index.mdx +++ b/docs/pipelines/index.mdx @@ -1,6 +1,6 @@ --- sidebar_position: 1 -title: "Pipelines" +title: "⚡ Pipelines" --- import { TopBanners } from "@site/src/components/TopBanners"; diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 942ffc9..ed022d2 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -72,12 +72,12 @@ const config: Config = { srcDark: "img/logo-dark.png", }, items: [ - { - type: "docSidebar", - position: "left", - sidebarId: "pipelines", - label: "Pipelines", - }, + // { + // type: "docSidebar", + // position: "left", + // sidebarId: "pipelines", + // label: "Pipelines", + // }, // { // type: "docSidebar", diff --git a/sidebars.ts b/sidebars.ts index 19f16cd..6561616 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -14,12 +14,12 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs"; const sidebars: SidebarsConfig = { // By default, Docusaurus generates a sidebar from the docs folder structure tutorialSidebar: [{ type: "autogenerated", dirName: "." }], - pipelines: [ - { - type: "autogenerated", - dirName: "pipelines", - }, - ], + // pipelines: [ + // { + // type: "autogenerated", + // dirName: "pipelines", + // }, + // ], // But you can create a sidebar manually /*