[PR #542] upgrade Langfuse filter pipeline to v3 #453

Open
opened 2026-02-15 20:15:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/542
Author: @jackthgu
Created: 7/27/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 0f345a8 upgrade 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/542 **Author:** [@jackthgu](https://github.com/jackthgu) **Created:** 7/27/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`0f345a8`](https://github.com/open-webui/pipelines/commit/0f345a83a1a4e1307d76bb1f60cecffcca75a511) upgrade Langfuse filter pipeline to v3 ### 📊 Changes **1 file changed** (+90 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `examples/filters/langfuse_filter_pipeline.py` (+90 -81) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#453