Describe the feature you'd like to request
Right now only modified date is used to check if a file changed. If a newer modification date arrives than what is stored in the vector db, we re-index the file. It may be possible that the content of the file did not change but some other metadata changed.
This needs a little investigation on the modification date change specifics in the nextcloud server side and in context_chat side if that case is already covered like file name changes.
Thanks @miaulalala
Describe the solution you'd like
Use etag in addition to modified date to consider re-index of a file.
Describe alternatives you've considered
/
Describe the feature you'd like to request
Right now only modified date is used to check if a file changed. If a newer modification date arrives than what is stored in the vector db, we re-index the file. It may be possible that the content of the file did not change but some other metadata changed.
This needs a little investigation on the modification date change specifics in the nextcloud server side and in context_chat side if that case is already covered like file name changes.
Thanks @miaulalala
Describe the solution you'd like
Use etag in addition to modified date to consider re-index of a file.
Describe alternatives you've considered
/