AlessandroSpallina / ccat-dietician

Prevent multiple unnecessary ingestions of the same file if it's unchanged. Support declarative memory update when a document changes; simply re-upload the document. Dietician is your friend!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hook `before_rabbithole_stores_documents` breaks other plugins

pieroit opened this issue · comments

Since this plugin's hook before_rabbithole_stores_documents always returns an empty list, it does not play well with other plugins that may want to operate on the docs about to be stored.

An option is to just remove duplicate texts from the docs list or access memory and clean from other hooks

Thanks :)

Fixed in v0.2