tmc / langchaingo

LangChain for Go, the easiest way to write LLM-based programs in Go
https://tmc.github.io/langchaingo/
MIT License
4.22k stars 588 forks source link

tracing: Implement OpenInference tracing handler. #725

Open tmc opened 5 months ago

tmc commented 5 months ago

We should have a callback handler that supports sending tracing data to OpenInference-compatible backends such as the great Phoenix project from ArizeAI.

Refs #652

mikeldking commented 5 months ago

Love this! Let us know if you need any help.

aannirajpatel commented 5 months ago

Have we considered https://github.com/traceloop/openllmetry?

tmc commented 5 months ago

Have we considered https://github.com/traceloop/openllmetry?

Can you file an analogous issue for that?