mem0 integration #9748
Answered
by
jannikmaierhoefer
sacredvoid
asked this question in
Support
|
Hi! I was trying to integrate mem0 to my langfuse traced LLM app, and it's struggling to capture the internal mem0 calls made to OpenAI to get embeddings and extract facts/memories. Has anyone done this successfully? I see Langtrace has integrated mem0, I love langfuse and don't really wanna switch. :) |
Answered by
jannikmaierhoefer
Oct 16, 2025
Replies: 1 comment
|
Hi @sacredvoid, we do not have a native integration for this. I just saw that OpenLit also has an integration. This allows us to send OTel spans to the Langfuse OTel backend to see the basic PUT and GET requests mem0 does. You can instrument this as follows: Hope this helps! |
0 replies
Answer selected by
jannikmaierhoefer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @sacredvoid, we do not have a native integration for this. I just saw that OpenLit also has an integration. This allows us to send OTel spans to the Langfuse OTel backend to see the basic PUT and GET requests mem0 does.
You can instrument this as follows: