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 9683d3a commit dede984Copy full SHA for dede984
python/instrumentation/openinference-instrumentation-mistralai/examples/ocr_test.py
@@ -2,13 +2,11 @@
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
tracer = register(
13
project_name="mistral-ocr",
14
endpoint=os.getenv("PHOENIX_COLLECTOR_ENDPOINT"),
0 commit comments