Skip to content

feat(rag): configurable file watching and manual rescan for reference materials - #675

Merged
haiphucnguyen merged 3 commits into
askimo-ai:mainfrom
DenisFrolkov:feat/configurable-file-watching-619
Aug 26, 2026
Merged

feat(rag): configurable file watching and manual rescan for reference materials#675
haiphucnguyen merged 3 commits into
askimo-ai:mainfrom
DenisFrolkov:feat/configurable-file-watching-619

Conversation

@DenisFrolkov

@DenisFrolkov DenisFrolkov commented Aug 26, 2026

Copy link
Copy Markdown
Contributor
  • Adds a per-source "watch for changes" toggle for local-folder reference materials, persisted independently per source.
  • Adds a manual "Rescan" action to re-index a single knowledge source without re-scanning the rest of the project.
  • Surfaces file-watch registration failures (e.g. an exhausted inotify limit) via a user-facing error instead of failing silently.

Closes #619

…rces

Signed-off-by: Denis Frolkov <denisfrolkov3@gmail.com>
Signed-off-by: Denis Frolkov <denisfrolkov3@gmail.com>
Signed-off-by: Denis Frolkov <denisfrolkov3@gmail.com>

@haiphucnguyen haiphucnguyen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @DenisFrolkov for this great PR! LGTM

One thing I think the Askimo could do better that it should send the notification to users when it re-index the changes. Now it re-index silently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configurable file watching and manual rescan for reference material directories

2 participants