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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,13 @@ Now the agent checks patterns automatically instead of waiting for you to ask.
63
63
|`EMBEDDING_PROVIDER`|`transformers`|`openai` (fast, cloud) or `transformers` (local, private) |
64
64
|`OPENAI_API_KEY`| - | Required if provider is `openai`|
65
65
66
+
## Performance Note
67
+
68
+
This tool runs **locally** on your machine using your hardware.
69
+
-**Initial Indexing**: The first run works hard. It may take several minutes (e.g., ~2-5 mins for 30k files) to compute embeddings for your entire codebase.
70
+
-**Caching**: Subsequent queries are instant (milliseconds).
71
+
-**Updates**: Currently, `refresh_index` re-scans the codebase. True incremental indexing (processing only changed files) is on the roadmap.
72
+
66
73
## Links
67
74
68
75
- 📄 [Motivation](./MOTIVATION.md) — Why this exists, research, learnings
0 commit comments