🔭 OpenLLMetry
🔭 OpenLLMetry
OpenLLMetry provides observability for systems using Chroma. It allows tracing calls to Chroma, OpenAI, and other services. It gives visibility to query and index calls as well as LLM prompts and completions. For more information on how to use OpenLLMetry, see the OpenLLMetry docs.
Example
Install OpenLLMetry SDK by running:
pip install traceloop-sdk
Then, initialize the SDK in your application:
from traceloop.sdk import Traceloop
Traceloop.init()
Configuration
OpenLLMetry can be configured to send traces to any observability platform that supports OpenTelemetry - Datadog, Honeycomb, Dynatrace, New Relic, etc. See the OpenLLMetry docs for more information.