Skip to content

Commit 555adb8

Browse files
prosdevclaude
andcommitted
docs: add model-not-found troubleshooting, remove stale GitHub section
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 658f851 commit 555adb8

1 file changed

Lines changed: 9 additions & 14 deletions

File tree

website/content/docs/troubleshooting.mdx

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -119,25 +119,20 @@ Adjust score threshold:
119119
- `0.4-0.6` — Balanced
120120
- `0.25-0.3` — Exploratory
121121

122-
## GitHub Integration
123-
124-
### `dev github index` fails
125-
126-
```bash
127-
# Check GitHub CLI
128-
gh auth status
122+
## Antfly Issues
129123

130-
# Login if needed
131-
gh auth login
132-
```
124+
### "Embedding model is missing" after `dev setup`
133125

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.
135127

136128
```bash
137-
dev github index # Re-index
138-
```
129+
# Check if a Docker container is running
130+
docker ps --filter name=dev-agent-antfly
139131

140-
## Antfly Issues
132+
# If so, remove it and switch to native
133+
docker stop dev-agent-antfly && docker rm dev-agent-antfly
134+
dev setup
135+
```
141136

142137
### Antfly server not running
143138

0 commit comments

Comments
 (0)