mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
Use Message ID for ID column #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @acomanescu on GitHub (Jan 3, 2025).
I find it confusing that messages in DB are stored as Serial. Shouldn't they use the ID (UUID) when persisted?
By using the message ID for the ID column it would make the tracking easier.