Observability for Chroma with Highlight

OpenLLMetry lets you trace queries and indexing of documents in Chroma. With 5 minutes of work you can get complete view of your system directly into Highlight. See how below.

Step 1

Install the Traceloop SDK and initialize it. It will automatically log all calls to Chroma using its SDK - both query calls and index calls.

Step 2

Route traces to Highlights’s OTLP endpoint and set the Highlight project ID in the headers.
TRACELOOP_BASE_URL=https://otel.highlight.io:4318
TRACELOOP_HEADERS="x-highlight-project=<YOUR_HIGHLIGHT_PROJECT_ID>"

Discover use cases

Trace Indexing pipelines with Chroma

Build an indexing pipeline and save documents to Chroma. See how your documents are indexed and detect errors.

Trace your RAG retrieval pipeline

Build a RAG pipeline with Chroma and OpenAI. See vectors returned from Chroma, full prompt in OpenAI and responses