I am doing a content discovery system these days and I use a vector db (pgvector.rs).
Here is a demand I called it chain reaction:
A embedding should be changed when I change some columns of a record in a table.
I don't want to explicity to update columns both content and its embedding. Is there any better solutions like DEFAULT CURRENT_TIMESTAMP ON UPDATE. How do you think about this problem.