mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-16 10:34:28 -04:00
[PR #542] upgrade Langfuse filter pipeline to v3 #453
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/pipelines/pull/542
Author: @jackthgu
Created: 7/27/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
0f345a8upgrade Langfuse filter pipeline to v3📊 Changes
1 file changed (+90 additions, -81 deletions)
View changed files
📝
examples/filters/langfuse_filter_pipeline.py(+90 -81)📄 Description
This PR upgrades the Langfuse filter pipeline to be compatible with Langfuse Python SDK v3.
The current v3 has been changed to an OpenTelemetry-based implementation, and among its options, the Manual Observations approach is most similar to the previous implementation, so it was adopted and used.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.