You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove auto-indexing of mount root on boot
- Add restore routine for previously-added repos
- Batch Ollama embeddings via /api/embed endpoint
- Add embedding_status schema with background backfill
- Implement bounded embedding queue with backpressure
- Batch graph writes (nodes + edges per file)
- Decouple embeddings into background worker
Structural index now usable immediately after parsing.
Semantic embeddings backfill in background and resume on restart.
Bounded CPU/RAM via queue depth limits and batching.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments