Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Piplines Install & Run (Guide) #61

Open
rootcli opened this issue Jun 5, 2024 · 2 comments
Open

Piplines Install & Run (Guide) #61

rootcli opened this issue Jun 5, 2024 · 2 comments

Comments

@rootcli
Copy link

rootcli commented Jun 5, 2024

Apologies for placing it in here, but figured that where people needed the most help.

I created this little guide to help newbies Run pipelines, as it was a challenge for me to install and run pipelines. Hope it helps.

Pipelines Usage

Quick Start with Docker

Pipelines Repository Quick Guide

What to do Next?

  1. Run the Pipelines container:

  2. Login to Open WebUI:

    • Navigate to the Settings > Connections > OpenAI API section in Open WebUI.
    • Set the API URL to http://localhost:9099 and the API key to 0p3n-w3bu!. Your pipelines should now be active. IF localhost doesn't work use host.docker.internal
  3. You can Download the examples folder (or individual files, as you wish) from the Pipelines repository:

`To Download the Examples Folder:

git clone https://github.com/open-webui/pipelines.git examples

Here we will perform an example on one file which is called wikipedia_pipeline.py you can direct download it to linux from the link below

curl -O https://raw.githubusercontent.com/open-webui/pipelines/c9766d630ab69549b06e994b39fb173a61bb82e8/examples/pipelines/integrations/wikipedia_pipeline.py
  1. Place The downloaded file wikipedia_pipeline.py in pipelines Root Folder.

  2. In the open webui interface Go to Admin Panel > Gear Icon in top right ⚙ > pipelines

    you should see Pipelines Valves click on the pulldown menu and select wikipedia_pipeline

Pasted image 20240605090833
  1. Go to New Chat > From the Models pulldown Menu select ``
Pasted image 20240605091159
  1. Now type a topic you wish to search from `wikipedia
done
@justinh-rahb
Copy link
Collaborator

justinh-rahb commented Jun 5, 2024

Much appreciated! I'm going to move this to discussions and perhaps we can pin it. Eventually we'll get this sort of stuff committed into the docs proper.

Already posted there I see 🤣

@rootcli
Copy link
Author

rootcli commented Jun 5, 2024

Yes, I did 😂

@rootcli rootcli changed the title Pipline Install & Run (Guide) Piplines Install & Run (Guide) Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants