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

Feature Request: Use Weights & Biases (W&B) Traces in llm calls #3649

Open
cfreyre opened this issue Jan 10, 2025 · 0 comments
Open

Feature Request: Use Weights & Biases (W&B) Traces in llm calls #3649

cfreyre opened this issue Jan 10, 2025 · 0 comments

Comments

@cfreyre
Copy link

cfreyre commented Jan 10, 2025

Feature Request: Use Weights & Biases (W&B) Traces

I currently use Docker logs to verify the call and the costs associated with the calls (Prompts) and the latency of each of them.

It would be great to have a professional tool to track each call to the different LLMs.

I propose the use of Weights & Biases (W&B) Traces

https://wandb.ai/site/traces/

Here are some key benefits:

>> Enhanced Observability

>> Improved Debugging Capabilities
Error Identification: Tracing allows for the logging of inputs, outputs, and intermediate processes, which aids in pinpointing errors and understanding conditions leading to unexpected outcomes.

>> Performance Optimization
Resource Usage Measurement:

>> Reproducibility
Experiment Tracking: Capturing exact inputs, outputs, and metadata for each step.

It is possible to add a environment variables in docker-compose.dev

WANDB_API_KEY
WANDB_PROJECT

Optional environment variables:

https://docs.wandb.ai/guides/track/environment-variables/

Thank you very much in advance

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

No branches or pull requests

1 participant