Jesal Gadhia

Results 14 comments of Jesal Gadhia

Oh ok. You want to send me a pull request?

I'll look into it. Feel free to send me a PR if you have a fix.

I haven't had the time to maintain this project. Feel free to send me a PR for the updated format if you happen to fix it. On Sat, Aug 15,...

+1 Any way to resolve it aside from uninstalling the plugin?

I needed something similar, and I ended up writing a custom `PgVector` implementation that gave me this information. My code is super ugly, but I'll share it here in case...

Would love this as well. Meanwhile, here's what I'm doing to get Langfuse working with Agno: ```py from langfuse import Langfuse from langfuse.decorators import langfuse_context, observe from langfuse.openai import OpenAI...

> @jesalg thanks for this, just to confirm- you also would have set the Langfuse access token keys for this to work right? Like this- @kausmeows Yes that's correct

> @jesalg Thanks for the workaround. But this still not able to record when agent have multi-round calls right? @BrikerMan I'm able to see multi-turn conversations

@BrikerMan Take a look at how CrewAI implements this integration [here](https://langfuse.com/docs/integrations/crewai). They send traces directly to Langfuse OTEL endpoint, which is pretty elegant because it opens the door to integrating...