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

Fix: Anthropic Manifold Broken (0.3.11) #211

Open
bergutman opened this issue Aug 4, 2024 · 6 comments
Open

Fix: Anthropic Manifold Broken (0.3.11) #211

bergutman opened this issue Aug 4, 2024 · 6 comments

Comments

@bergutman
Copy link

I just updated my instance to 0.3.11 (deployed with the default helm chart) and the Anthropic manifold broke:

Error loading module: anthropic_manifold_pipeline
No module named 'sseclient'
WARNING:root:No Pipeline class found in anthropic_manifold_pipeline

I'm not familiar enough with how OWUI pipelines handles installing additional dependencies, is there a way to install sseclient without needing to modify the helmchart? Thanks!

@justinh-rahb
Copy link
Collaborator

sseclient-py should be pulled in automatically if the pipeline server is starting with the pipeline installed in the pipelines volume already, or from PIPELINES_URLS.

@w3XeWIRpuND
Copy link

w3XeWIRpuND commented Aug 8, 2024

It errors out and deletes the py file, whether manually inserted or through the webui URL. I'm forced to rebuild the image with sseclient installed manually.

@bergutman
Copy link
Author

Well this is super strange. For me it's also deleting the .py file and not showing up under settings -> pipelines. However, it is showing up under workspace -> functions.
pipeline

@w3XeWIRpuND
Copy link

I also began facing some network issues (upstream prematurely closed connection while reading upstream) with the latest version. When I downgraded to version: 1.3 (2024-06-20), all issues went away.

@F-Persson
Copy link

Running the following command worked for me:

C:\Users\F>docker run -d -p 9099:9099 --add-host=host.docker.internal:host-gateway -e PIPELINES_URLS="https://github.com/open-webui/pipelines/blob/main/examples/pipelines/providers/anthropic_manifold_pipeline.py" -v pipelines:/app/pipelines --name pipelines --restart always ghcr.io/open-webui/pipelines:main

The issue I encountered was after adding the address in the 'Install from GitHub URL' section and uploading it. I received an 'OK' message but was never prompted to add any variables or API keys. Since it was my first time using Open WebUI, I assumed this was the default behavior. :)

Been using AnythingLLM until now. Don't know if there is a problem with my settings, with Claude or that App but the performance is average and very random. Looking forward to try this WebUi out

@p-c-mo
Copy link

p-c-mo commented Aug 10, 2024

Running the following command worked for me:

C:\Users\F>docker run -d -p 9099:9099 --add-host=host.docker.internal:host-gateway -e PIPELINES_URLS="https://github.com/open-webui/pipelines/blob/main/examples/pipelines/providers/anthropic_manifold_pipeline.py" -v pipelines:/app/pipelines --name pipelines --restart always ghcr.io/open-webui/pipelines:main

The issue I encountered was after adding the address in the 'Install from GitHub URL' section and uploading it. I received an 'OK' message but was never prompted to add any variables or API keys. Since it was my first time using Open WebUI, I assumed this was the default behavior. :)

Been using AnythingLLM until now. Don't know if there is a problem with my settings, with Claude or that App but the performance is average and very random. Looking forward to try this WebUi out

This worked for me. Thank you!

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

5 participants