wandb / weave

Weave is a toolkit for developing AI-powered applications, built by Weights & Biases.
https://wandb.me/weave
Apache License 2.0
659 stars 49 forks source link

chore(weave): Split out Weave Trace Server python bindings from trace_server #2143

Closed andrewtruong closed 2 weeks ago

andrewtruong commented 4 weeks ago

Summary

  1. remote_http_trace_server.py contains python bindings for the Trace Server. It's not the trace server itself.
  2. This PR makes clarifies that distinction by moving the file out of trace_server/

Resolves

  1. https://wandb.atlassian.net/browse/WB-20422