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/filters.md b/docs/pipelines/filters.md index 19838fc..e1b8a26 100644 --- a/docs/pipelines/filters.md +++ b/docs/pipelines/filters.md @@ -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..6f35739 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/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 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 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 /*