-
Notifications
You must be signed in to change notification settings - Fork 1
Vector‐Status‐Indicator
ic005k edited this page Jul 29, 2026
·
2 revisions
A status indicator (orange dot) located between the Todo and Note entries on the bottom navigation bar of the application.
- Orange dot visible (active) The system is running a batch encoding task for the note vector database in the background, which generates note embeddings via llama.cpp.
- Local semantic search and AI note linking features will be unavailable during this process.
- Incremental vector construction will trigger automatically after batch creation or modification of notes.
- The background task runs at low priority and will not block basic operations such as note editing, task management and document reading.
- Orange dot hidden (inactive) Construction of the note vector index is finished, and the vector database is ready for use.
- Local semantic search and AI note linking functions work fully without restrictions.
- The application will automatically verify index integrity after restarting. The dot remains hidden if no notes have been changed.
- The vector construction task continues to run even when the app is minimized or the device screen is locked.
- Frequent large-scale note edits will trigger repeated incremental updates, making the dot light up multiple times.
- The construction and update of the vector database are fully automated and require no manual intervention.
- To view detailed progress of vector construction, select "About" from the main menu, where the build progress of note vectors will be displayed.