The N8N and ZEP memoyintegration is not accurately set up

I need help resolving this issue becauce is making us get behind on our scheduled times, none of our agents can work properly without this!!!

The main problem is that ZEP is creating multiple userID unabling me to keep track of one specific user.

So this agent that registers the memory is not being tracked into one single userID, one single graph.

It creates multiples graphs and userIDs just for one single user. So im unable to keep track of it.

No error message. Must be a problem with the set up of the Zep node.

Workflow: Agent-LLM-Memory

I migrated to the Zep memory becauce I wanted to evolve the personalization from the LLM to the users.

But with this problem im unable to do it through N8N.

Information on your n8n setup

  • n8n version: 1.95.3
  • Database: ZEP
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via n8n cloud.
  • Operating system: Windows 11

I think that the “ZEP Sessions” are not correctly configured to be created along side a user.

This is why Zep creates a new userID everytime a new message gets received.

Is there a possibility that we can have that connection??? To use a sessionID from a user that is already register??

I already have my own structure to map the data. I have my own userIDs from telegram which I used as UUIDs.

Is there a possibility that I can indicate which user I am so the sessionID that belongs to my UUID gets open, in that way I can register specific user activity on their own userIDs from Zep.

Thank you guys, I appreciate and answer, and I just wanna say again that this is vital for us and our continuous work alongside N8N.

Just wanted to +1 on this one, as I’ve just hit it and found this thread.

The Zep node currently creates a Zep user per session, rather than having a way to pass to Zep the user ID separated from the session ID. This makes the Zep node essentially useless beyond the most trivial use case.

Oh man I thought I was the only one having this issue. I spents days trying to fix this especially with Claude Code. Please update the Zep Memory node to have the User ID too!

1 Like

Following this issue as well for a solution

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.