You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a package to auto-instrument llmaindex opentelemetry-instrumentation-llamaindex , I wonder if that can be added to logfire. I tried to use it directly LlamaIndexInstrumentor().instrument(), but got maximum recursion depth exceeded error when adding it.
Best,
The text was updated successfully, but these errors were encountered:
This doesn't seem to be a logfire-specific problem, I can't see how to get import opentelemetry.instrumentation.llamaindex to work. It works sometimes with pydantic v2 but I don't think llama-index actually supports that.
Description
Hi,
There is a package to auto-instrument llmaindex
opentelemetry-instrumentation-llamaindex
, I wonder if that can be added to logfire. I tried to use it directlyLlamaIndexInstrumentor().instrument()
, but gotmaximum recursion depth exceeded
error when adding it.Best,
The text was updated successfully, but these errors were encountered: