mirror of
https://github.com/PawanOsman/ChatGPT.git
synced 2026-07-18 08:05:57 +02:00
2f04612e8d
- Introduced a new `indexWatch` module to handle debounced file watching for incremental updates to the semantic index. - Updated `activate` function to initialize the index watcher and replace the previous build index call with a warm disk and incremental sync. - Enhanced the `semanticIndex` module to support enabling/disabling indexing and improved index path normalization. - Modified the settings panel and UI components to include an option for enabling/disabling indexing, reflecting changes in the feature store. - Ensured that indexing operations respect the new `indexingEnabled` flag across various functionalities, including search and document indexing.