You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.