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 import Judgeval
# Make sure you installed the dependency: opentelemetry-instrumentation-vertexai
from opentelemetry.instrumentation.vertexai import VertexAIInstrumentor
client = Judgeval(project_name="vertexai_project")
tracer = client.tracer.create()
VertexAIInstrumentor().instrument()Last updated on