Model Providers
Vertex AI
If you use Google Cloud Vertex AI within your application, you can trace, monitor, and analyze them with Judgment using VertexAIInstrumentor.
OpenTelemetry
pip install opentelemetry-instrumentation-vertexaifrom judgeval.tracer import Tracer
# Make sure you installed the dependency: opentelemetry-instrumentation-vertexai
from opentelemetry.instrumentation.vertexai import VertexAIInstrumentor
tracer = Tracer(project_name="vertexai_project")
VertexAIInstrumentor().instrument()Last updated on