Fixing conflict

This commit is contained in:
0xThresh.eth 2024-07-22 23:15:25 -06:00
commit e23e823d7a
8 changed files with 29 additions and 18 deletions

View File

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

View File

@ -8,7 +8,7 @@ Filters are used to perform actions against incoming user messages and outgoing
<p align="center">
<a href="#">
<img src="/static/img/pipelines/filters.png" alt="Filter Workflow" />
<img src="/img/pipelines/filters.png" alt="Filter Workflow" />
</a>
</p>

View File

@ -1,3 +1,8 @@
---
sidebar_position: 1
title: "⚡ Pipelines"
---
import { TopBanners } from "@site/src/components/TopBanners";
<TopBanners />

View File

@ -8,6 +8,6 @@ Pipes are functions that can be used to perform actions prior to returning LLM m
<p align="center">
<a href="#">
<img src="/static/img/pipelines/pipes.png" alt="Pipe Workflow" />
<img src="/img/pipelines/pipes.png" alt="Pipe Workflow" />
</a>
</p>

View File

@ -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

View File

@ -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

View File

@ -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",

View File

@ -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
/*