-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incremental re-indexing #7
Comments
Great progress! |
this should be close now @samheutmaker |
I'm reading the README and asked GPT-4 to help me with improvements, and it returned these adjustments: Optimize change detection: In addition to using the "git sha," you can explore other ways to track changes in files and folders to make the change detection process more efficient. Improve the granularity of reindexing: Instead of reindexing all branches with changes, you can identify and reindex only the specific files that have been altered. Cache storage and reuse of indexing information: To reduce the time and resources required for reindexing, you can cache previous indexing information and reuse it when appropriate. Integrate with CI/CD systems: Selective indexing can be integrated into CI/CD pipelines so that reindexing occurs automatically whenever there is a change in the source code. I plan to study a bit more to contribute in a more assertive way. |
Regarding CI/CD, I've been using a gpt-cli tool to pipe |
(Just noting this has already been implemented and the issue should be closed) |
Autodoc should support only indexing files and folders that have changed since the last index. At high-level, I think it looks something like this:
If you're interested on this, please reach out.
The text was updated successfully, but these errors were encountered: