Arize-ai / openinference

OpenTelemetry Instrumentation for AI Observability
https://arize-ai.github.io/openinference/
Apache License 2.0
196 stars 33 forks source link

[bug] DSPyInstrumentor doesn't support custom LM #929

Closed mikeldking closed 1 month ago

mikeldking commented 1 month ago

Using LM in dspy in my own package which I think is messing up the dspy instrumentor: https://github.com/Arize-ai/openinference/blob/e8b897357d31b2d611c80f4e2d3c5246e87[…]ntation-dspy/src/openinference/instrumentation/dspy/init.py I get error module 'dsp' has no attribute 'AzureAI' .