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
Currently, the implementation indexes all contents of a folder (with recursive crawling). Ideally, we need to add the ability to:
1. Track the appearance of new files and add them to the index.
2. Detect changes in existing files and re-add them to the index.
This will ensure that the index stays up to date without the need for reindexing the entire folder.
The text was updated successfully, but these errors were encountered:
Currently, the implementation indexes all contents of a folder (with recursive crawling). Ideally, we need to add the ability to:
1. Track the appearance of new files and add them to the index.
2. Detect changes in existing files and re-add them to the index.
This will ensure that the index stays up to date without the need for reindexing the entire folder.
The text was updated successfully, but these errors were encountered: