We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dede984 commit 0c84392Copy full SHA for 0c84392
python/instrumentation/openinference-instrumentation-mistralai/examples/ocr_test.py renamed to python/instrumentation/openinference-instrumentation-mistralai/examples/ocr.py
@@ -2,11 +2,14 @@
2
3
import os
4
5
+from dotenv import load_dotenv
6
from mistralai import Mistral
7
from phoenix.otel import register
8
9
from openinference.instrumentation.mistralai import MistralAIInstrumentor
10
11
+load_dotenv()
12
+
13
tracer = register(
14
project_name="mistral-ocr",
15
endpoint=os.getenv("PHOENIX_COLLECTOR_ENDPOINT"),
0 commit comments