Skip to content

Commit

Permalink
Merge pull request #88 from panditdhamdhere/patch-3
Browse files Browse the repository at this point in the history
Update openwebui.md
  • Loading branch information
alabulei1 authored Dec 30, 2024
2 parents 1b76536 + 28a0156 commit 5555c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/apps/openwebui.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ Simply choose the chat model under **Select a model** and then you can send mess

## Use Open WebUI as a client-side RAG tool

Open WebUI also offers a way to implment RAG application. Since the Gaianet nodes have OpenAI-compatible embedding APIs, you can also use this feature. However, to use this feature, it's recommend to start a node without any snapshots, like [this one](https://github.com/GaiaNet-AI/node-configs/tree/main/llama-3-8b-instruct).
Open WebUI also offers a way to implement RAG application. Since the Gaianet nodes have OpenAI-compatible embedding APIs, you can also use this feature. However, to use this feature, it's recommend to start a node without any snapshots, like [this one](https://github.com/GaiaNet-AI/node-configs/tree/main/llama-3-8b-instruct).

**Step 1:** Use GaiaNet node as the embedding API

* Click on **Workspace** on left top and choose **Documents** tab. This is where you mange the uploaded documents.
* Click on **Workspace** on left top and choose **Documents** tab. This is where you manage the uploaded documents.
* Click on **Document Settings** to configure the embedding setting.
* In the **General Settings**, choose OpenAI as the Embedding Model Engine. Enter the node API base URL and several random characters. Then, enter the embedding model name in the Embedding Model field. Click Save to apply the changes.

Expand Down

0 comments on commit 5555c88

Please sign in to comment.