av / harbor

Effortlessly run LLM backends, APIs, frontends, and services with one command.
https://github.com/av/harbor
Apache License 2.0
544 stars 37 forks source link

feat: Open Webui Pipelines service and integration with Open WebUI frontend #76

Closed ic4l4s9c closed 1 week ago

ic4l4s9c commented 2 weeks ago

Initial support for Open WebUI Pipelines and integration with Open WebUI frontend. Following wiki:

Added service files:

Added configuration files:

Added environment variables override file:

Miscellaneous:

Please let me know if additions or changes needed.

av commented 1 week ago

Added the docs here: https://github.com/av/harbor/wiki/2.3.25-Satellite:-Open-WebUI-Pipelines

Thanks again!

ic4l4s9c commented 1 week ago

It's probably my mistake for adding section for pipelines default variables not at the end of the profiles/default.env, but after 4604e6a there is a collision in port mapping between HARBOR_PIPELINES_HOST_PORT and HARBOR_CHATNIO_HOST_PORT.

av commented 1 week ago

Thanks for pointing this out! Resolved in latest main by shifting chatnio main port to 34219 (lazy but allows to only update a single wiki entry)