-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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(integrations): Add WandbTracer #4521
Conversation
…tracer # Conflicts: # langchain/callbacks/manager.py
…tracer # Conflicts: # langchain/callbacks/manager.py # langchain/callbacks/tracers/__init__.py # poetry.lock # pyproject.toml
…tracer # Conflicts: # poetry.lock # pyproject.toml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
defer to you on the the conversion logic, otherwise some comments
…tracer # Conflicts: # poetry.lock # pyproject.toml
…tracer # Conflicts: # poetry.lock # pyproject.toml
@agola11 : Thanks for the review and comments. I have incorporated all of your review suggestions and resolved the comments. Let me know if this looks good. I will add the serialized logging to the trace view once the serialization is finalized. |
…tracer # Conflicts: # langchain/callbacks/__init__.py # poetry.lock # pyproject.toml
cc @dev2049 |
# WandbTracer This PR adds the `WandbTracer` and deprecates the existing `WandbCallbackHandler`. Added an example notebook under the docs section alongside the `LangchainTracer` Here's an example [colab](https://colab.research.google.com/drive/1pY13ym8ENEZ8Fh7nA99ILk2GcdUQu0jR?usp=sharing) with the same notebook and the [trace](https://wandb.ai/parambharat/langchain-tracing/runs/8i45cst6) generated from the colab run Co-authored-by: Bharat Ramanathan <ramanathan.parameshwaran@gohuddl.com> Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
WandbTracer
This PR adds the
WandbTracer
and deprecates the existingWandbCallbackHandler
.Added an example notebook under the docs section alongside the
LangchainTracer
Here's an example colab with the same notebook and the trace generated from the colab run
Who can review?
Community members can review the PR once tests pass. Tag maintainers/contributors who might be interested:
@agola11