Published
OpenTelemetry Chroma DB instrumentation
pip install opentelemetry-instrumentation-chromadb
Package Downloads
Authors
Project URLs
Requires Python
<4,>=3.9
OpenTelemetry Chroma Instrumentation
This library allows tracing client-side calls to Chroma vector DB sent with the official Chroma library.
Installation
pip install opentelemetry-instrumentation-chromadb
Example usage
from opentelemetry.instrumentation.chromadb import ChromaInstrumentor
ChromaInstrumentor().instrument()