In the [document storage], I have successfully stored documents "file1, file2, file3" into the Postgres database via Flowise. Afterwards, I deleted "file1, file2, file3" and loaded "file4" in the [document storage] of Flowise, with the upsert chunks operation completing successfully. However, I logging into Postgres to check, it was found that the data of the old three files were still there. when I use [chatflows] for conversation, its responses also cite content from file1, file2, and file3.
I expected: when I delete f"file1, file2, file3", these files should also be deleted from Postgres, and chatflows should not reference the data that has been deleted during conversation.
Flowise Version:2.2.6-hotfix.1
Postgres version:17
OS:Centos7



In the [document storage], I have successfully stored documents "file1, file2, file3" into the Postgres database via Flowise. Afterwards, I deleted "file1, file2, file3" and loaded "file4" in the [document storage] of Flowise, with the upsert chunks operation completing successfully. However, I logging into Postgres to check, it was found that the data of the old three files were still there. when I use [chatflows] for conversation, its responses also cite content from file1, file2, and file3.
I expected: when I delete f"file1, file2, file3", these files should also be deleted from Postgres, and chatflows should not reference the data that has been deleted during conversation.
Flowise Version:2.2.6-hotfix.1
Postgres version:17
OS:Centos7