Skip to content
nsanovdias06
nsanovdias06
@nsanovdias06
Active Member
Joined: Aug 4, 2025
Topics: 1 / Replies: 5
Reply
RE: AI Agent with Postgres Chat Memory (Supabase) consistently gives the same response, not utilizing memory

Telegram Bot Memory Issue Unfortunately, the memory issue has not been resolved. After multiple attempts and tests, it has become apparent that the i...

2 weeks ago
Forum
Reply
RE: AI Agent with Postgres Chat Memory (Supabase) consistently gives the same response, not utilizing memory

The database table includes only the fields id, session_id, and message; this is the default callin.io table. In the session_id field, I am passing th...

3 weeks ago
Forum
Reply
RE: AI Agent with Postgres Chat Memory (Supabase) consistently gives the same response, not utilizing memory

I've integrated memory using Postgres, and it appears to be functioning, but I'm encountering occasional logic failures. During the booking process,...

3 weeks ago
Forum
Reply
RE: AI Agent with Postgres Chat Memory (Supabase) consistently gives the same response, not utilizing memory

Hi! Yes, I did set the Session Key correctly: I use: ={{ $("Telegram Trigger1").item.json.message.chat.id }} as sessionKey in the Postgres ...

3 weeks ago
Forum
Reply
RE: AI Agent with Postgres Chat Memory (Supabase) consistently gives the same response, not utilizing memory

I’ve been working on resolving this for several days. I attempted to specify in the system message and within the prompt that the agent should ut...

3 weeks ago
Forum