cocoindex-io / cocoindex-io/cocoindex-code
Watchdog: Automatic reindexing the changes
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.7k
- Forks
- 217
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 4
Description
I'd like CocoIndex-Code to run as a service/demon and watch changes in my repo.
When changes are detected, automatically re-index and update only the changes in my SQLite vector DB.
For inspiration
https://github.com/afnanenayet/diffsitter
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review CocoIndex-Code's existing indexing flow and SQLite vector DB handling, then study diffsitter for approaches to detecting repository changes. Determine how a long-running service would fit the CLI and how incremental updates should work. Done means detected changes reindex automatically and only affected records are updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlite
- Domain
- cli, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100