mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 10:05:26 -04:00
issue with /examples/pipelines/providers/anthropic_manifold_pipeline.py #92
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 @NicolasDWolfwood on GitHub (Aug 1, 2024).
The Anthropic pipeline no longer works with the latest pull. I see it's changed in the last 2 days, but the pipeline is no longer detected and it shows up in the failed folder. Reverting to the previous version makes the pipeline working again.
Happy to help in any way, but I'm not that code savvy unfort.
@justinh-rahb commented on GitHub (Aug 1, 2024):
The only change that may cause such would be the additional dependency now required,
sseclient-py. See issue:Re-install the pipeline by putting the raw URL into your
PIPELINES_URLSenvironment variable, the server will pull it and install dependencysseclient-pyautomatically on startup:Two options for doing so:
Bind mount the
pipelinesvolume:You can then drop the
anthropic_manifold_pipeline.pyfile in thepipelinesdir, restart the container, and it should install.Alternatively, use the
PIPELINES_URLSenvironment variable:This should install the depends immediately after downloading the pipeline when the container starts.
@rfernandez760 commented on GitHub (Aug 1, 2024):
https://raw.githubusercontent.com/open-webui/pipelines/anthropic-fix/examples/pipelines/providers/anthropic_manifold_pipeline.py
Shows a failed to download file?
@justinh-rahb commented on GitHub (Aug 1, 2024):
Try https://raw.githubusercontent.com/open-webui/pipelines/main/examples/pipelines/providers/anthropic_manifold_pipeline.py
@rfernandez760 commented on GitHub (Aug 1, 2024):
It states the pipeline has downloaded successfully, but Anthropic models do have show up in the models drop down, nor does it show up in the pipeline valves section.
@justinh-rahb commented on GitHub (Aug 1, 2024):
See the earlier post about installation, it can't be done by just putting the URL into the Pipelines settings anymore, you need to use environment variables when running the container.
@rfernandez760 commented on GitHub (Aug 6, 2024):
Thanks @justinh-rahb. I was able to add the URL to the pipeline command.