mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-20 15:38:19 -04:00
Issue: Pipelines Not Detected #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MarlNox on GitHub (May 29, 2024).
Issue: Pipelines Not Working with Dev Branch of OpenWebUI
Description:
When using Pipelines with the latest branch of OpenWebUI, the pipelines remain undetected or unusable. It seems that the running pipelines are not being recognized by OpenWebUI. Any suggestions for a quick fix?
Steps to Reproduce:
@tjbck commented on GitHub (May 30, 2024):
Could you try latest for both? Just did some major refacs!
@MarlNox commented on GitHub (May 30, 2024):
Updated both repositories OpenWebUI dev, and the Pipelines repository. Pulled the filter pipeline from the example folder, into the pipelines folder. Added the link in Settings.
Now the Admin Settings Pipelines Panel, shows up empty providing only the title "Manage Pipelines" instead of showing up the error it was previously showing.
Additionally the pipeline doesn't seem to be automatically either. When I converse with the model, there's no requests being sent to the running pipeline.
@tjbck commented on GitHub (May 30, 2024):
@MarlNox Could you provide browser console logs for this?
@tjbck commented on GitHub (May 30, 2024):
Could you share how you added the pipelines in Settings > Connections? It requires you to put an API Key in order to manage pipelines.
@MarlNox commented on GitHub (May 30, 2024):
Accidentally deleted my logs so reposting them:
Source map error: No sources are declared in this source map.
Resource URL: http://localhost:8080/_app/immutable/chunks/languages.67709210.js
Source Map URL: languages.67709210.js.map
Source map error: No sources are declared in this source map.
Resource URL: http://localhost:8080/_app/immutable/chunks/translation.516f4a75.js
Source Map URL: translation.516f4a75.js.map
Source map error: No sources are declared in this source map.
Resource URL: http://localhost:8080/_app/immutable/nodes/5.9d96acff.js
Source Map URL: 5.9d96acff.js.map
Array []
length: 0
: Array []
at: function at()
concat: function concat()
constructor: function Array()
copyWithin: function copyWithin()
entries: function entries()
every: function every()
fill: function fill()
filter: function filter()
find: function find()
findIndex: function findIndex()
findLast: function findLast()
findLastIndex: function findLastIndex()
flat: function flat()
flatMap: function flatMap()
forEach: function forEach()
includes: function includes()
indexOf: function indexOf()
join: function join()
keys: function keys()
lastIndexOf: function lastIndexOf()
length: 0
map: function map()
pop: function pop()
push: function push()
reduce: function reduce()
reduceRight: function reduceRight()
reverse: function reverse()
shift: function shift()
slice: function slice()
some: function some()
sort: function sort()
splice: function splice()
toLocaleString: function toLocaleString()
toReversed: function toReversed()
toSorted: function toSorted()
toSpliced: function toSpliced()
toString: function toString()
unshift: function unshift()
values: function values()
with: function with()
Symbol(Symbol.iterator): function values()
Symbol(Symbol.unscopables): Object { at: true, copyWithin: true, entries: true, ... }
: Object { ... }
Pipelines.svelte:144:10
@MarlNox commented on GitHub (May 30, 2024):
I left the api key blank. Should i put this new api key?
@tjbck commented on GitHub (May 30, 2024):
@MarlNox
0p3n-w3bu!is the default API Key if you haven't configured it yourself.@MarlNox commented on GitHub (May 30, 2024):
Currently i havent changed anything. Ill try putting it explicitly on the Settings menu, and report back.
@MarlNox commented on GitHub (May 30, 2024):
It worked. Explicitly setting the API key allowed for the Admin Settings Pipelines to successfully connect.
I set up the filter pipeline as demo.
Testing it further, I'm noticing, that when I chat with a model, the Pipeline doesn't receive any requests. Any further set up required for the pipeline to process chats?
Edit: After restarting my machine. Setting up the Ollama Manifold pipeline, (while i need to configure it as it's failing atm) makes the pipeline appear in the model menu, which i assume is the way it should work.
@MarlNox commented on GitHub (May 30, 2024):
Seems to be working fine now. Thanks for the support.