feature request: Update Documents
🚀 The feature
We should allow for a consistent way to update documents. I guess this could be through an id or through matching source. We have to decide for a method.
Opened on behalf of Slack user jan zamoyski (https://embedchain.slack.com/archives/C05RG7CJKC6/p1694415423682619)
Motivation, pitch
Actually, I'd be useful to be able do a full CRUD actions for some knowledge source. Right now we can add and read(through query method) so the only missing bit is update and destroy. @cachho in your opinion, is there an easy way to implement delete action as well?
I index codebases into embedchain - would be a great addition to be able to remove / delete data from files that have been deleted in the codebase. Or reindex files that have been altered. Is this a possibility?