mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 01:55:22 -04:00
Error loading module: mem0_memory_filter_pipeline #131
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 @mark-kazakov on GitHub (Sep 24, 2024).
pipelines image tag: latest (sha256 e2588ccca1929ee5f1a759cf836f4933e7dd0c2626be73d1b86aac6e75920621)
Installing the following pipeline filter from the example list:
https://raw.githubusercontent.com/open-webui/pipelines/refs/heads/main/examples/filters/mem0_memory_filter_pipeline.pyI also tried to build the image from source code and same issue.
@lotherk commented on GitHub (Oct 2, 2024):
I am facing the same issue.
I made it work with git-272cf8c tag of pipelines and supplying a custom requirements.txt with mem0ai, pydantic and ollama by setting PIPELINES_REQUIREMENTS_PATH.
@starascendin commented on GitHub (Jan 30, 2025):
i'm facing the same issue here. Has anyone gotten this to work?
@starascendin commented on GitHub (Jan 30, 2025):
i figured out, need to update requirements with
@Balieiro13 commented on GitHub (Apr 30, 2025):
How?
@tunganhem2018 commented on GitHub (May 5, 2025):
I think you need to mount updated requirements.txt to pipeline docker.