Is this a new requirement? I have also mentioned it on github.
In fact, persistent storage of the conversation process should also support timestamps。
To Reproduce
- Create webhook
- Create AI Agent
- Add LLM
- Add Memory
- Define below—>{{ $json.body.sessionId }}—>n8n_chat_histories
- Log in to Postgres to view the data in the table and find that there is no creation time.
Expected behavior
- I hope to be able to automatically create the time when the data is written so that users can query it later. 2. There is a switch that can store the data persistently for later analysis.
Operating System
Ubunt 24.04
n8n Version
1.89.2
Node.js Version
v20.19.0
Database
PostgreSQL