Nathan.fooo f7b556677f
Custom langchain rust (#7887)
* chore: implement custom memory store chain

* chore: do not allow edit embedding model
2025-05-07 13:37:44 +08:00

4 lines
98 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE chat_table
ADD COLUMN summary TEXT;