Skip to content

Feat: Use session_id to trace temporary chats with Langfuse #524

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chriskhanhtran
Copy link

Currently, all temporary chats are assigned the chat_id value "local." Due to the existing implementation in the langfuse_filter_pipeline.py, all temporary chats from different users are grouped into a single trace labeled "chat:local." This results in inaccurate trace data and incorrect user usage statistics.

To resolve this, I propose using the session_id as the trace name whenever chat_id is set to "local."

I have tested this approach in a local environment, and it functions as expected.

Discussions:

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

Successfully merging this pull request may close these issues.

1 participant