Skip to content

Commit

Permalink
Use correct llama_index instrumentor import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
anticorrelator committed Sep 12, 2024
1 parent e1be564 commit ff1f490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phoenix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def exec_module(self, module: ModuleType) -> None:
"Example usage:\n\n"
"```python\n"
"from phoenix.otel import register\n"
"from openinference.instrumentation.llamaindex import LlamaIndexInstrumentor\n\n"
"from openinference.instrumentation.llama_index import LlamaIndexInstrumentor\n\n"
"tracer_provider = register()\n"
"LlamaIndexInstrumentor().instrument(tracer_provider=tracer_provider)\n"
"```\n"
Expand Down

0 comments on commit ff1f490

Please sign in to comment.