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

[BUG] Langfuse incomplete trace when prompt chaining #2247

Open
AdamSGit opened this issue Apr 24, 2024 · 1 comment · May be fixed by #2195
Open

[BUG] Langfuse incomplete trace when prompt chaining #2247

AdamSGit opened this issue Apr 24, 2024 · 1 comment · May be fixed by #2195
Labels
bug Something isn't working in-work Issue in work

Comments

@AdamSGit
Copy link

Describe the bug
When chaining prompts on a flow (see prompt chaining example in flows library), and configure Langfuse to analyse the flow, only the last llm chain, trace and generation is tracked.

To Reproduce
Steps to reproduce the behavior:

  1. Create a flow from the prompt chaining example
  2. Use a langfuse local instance or the langfuse cloud
  3. Configure langfuse tracking in the flow
  4. Run the flow

Expected behavior
All the chained generations are correctly tracked by langfuse

Thanks

@HenryHengZJ
Copy link
Contributor

working on it! #2195

@HenryHengZJ HenryHengZJ linked a pull request Apr 25, 2024 that will close this issue
@HenryHengZJ HenryHengZJ added bug Something isn't working in-work Issue in work labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in-work Issue in work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants