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

feat: improve LangWatch integration by introducing langchain callbacks on the tracing service, and component and workflow span types #3094

Merged
merged 4 commits into from
Aug 1, 2024

Conversation

rogeriochaves
Copy link
Contributor

Bump LangWatch to v0.1.14

For this flow:
image

Before:

image

After:

image

Now it's much better on mapping directly to workflow and components 1 to 1, and the langchain steps inside it so capturing the LLM call precisely to get the cost, tokens etc. Tested with agents, tools, multiple llm calls and so on, the tracing is quite robust now

agent.mp4

(tool capturing was indeed correct on the video as well)

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement New feature or request python Pull requests that update Python code labels Jul 30, 2024
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-3094.dmtpw4p5recq1.amplifyapp.com

Copy link
Contributor

@nicoloboschi nicoloboschi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jul 31, 2024
rogeriochaves and others added 3 commits August 1, 2024 15:07
@ogabrielluiz ogabrielluiz changed the title Improve LangWatch integration by introducing langchain callbacks on the tracing service, and component and workflow span types feat: improve LangWatch integration by introducing langchain callbacks on the tracing service, and component and workflow span types Aug 1, 2024
@ogabrielluiz ogabrielluiz merged commit 916fca4 into langflow-ai:main Aug 1, 2024
50 checks passed
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lgtm This PR has been approved by a maintainer python Pull requests that update Python code size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants