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: website/content/docs/troubleshooting.mdx
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,25 +119,20 @@ Adjust score threshold:
119
119
-`0.4-0.6` — Balanced
120
120
-`0.25-0.3` — Exploratory
121
121
122
-
## GitHub Integration
123
-
124
-
### `dev github index` fails
125
-
126
-
```bash
127
-
# Check GitHub CLI
128
-
gh auth status
122
+
## Antfly Issues
129
123
130
-
# Login if needed
131
-
gh auth login
132
-
```
124
+
### "Embedding model is missing" after `dev setup`
133
125
134
-
### Stale GitHub data
126
+
If `dev setup` says "Embedding model ready" but `dev index` fails with "model not found", you may have a stale Docker container from a previous installation. The native binary and Docker container use separate model directories.
0 commit comments