diff --git a/README.md b/README.md index c2bc18e4..5561fbc3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Langtrace is an open source observability software which lets you capture, debug and analyze traces and metrics from all your applications that leverages LLM APIs, Vector Databases and LLM based Frameworks. +![image](public/eval.png) + ## Open Telemetry Support The traces generated by Langtrace adhere to [Open Telemetry Standards(OTEL)](https://opentelemetry.io/docs/concepts/signals/traces/). We are developing [semantic conventions](https://opentelemetry.io/docs/concepts/semantic-conventions/) for the traces generated by this project. You can checkout the current definitions in [this repository](https://github.com/Scale3-Labs/langtrace-trace-attributes/tree/main/schemas). Note: This is an ongoing development and we encourage you to get involved and welcome your feedback. diff --git a/public/eval.png b/public/eval.png new file mode 100644 index 00000000..46b20275 Binary files /dev/null and b/public/eval.png differ