README.md still shows ai-2 doc index --in mypack /path/to/*.txt as the first build command, then explains why that is wrong. CONTRIBUTING.md already has --embedder nomic-embed-text-v1.5.
The default embedder on a roomy machine is nomic v2-moe (345 MB). Every installer of that pack then pays that download, while the 85 MB English model is the one AI-2 ships on the ISO. This was the 0.18.1 trap.
What should happen
The short README command should be the same as CONTRIBUTING.md, with --embedder nomic-embed-text-v1.5 in the first snippet, not as a later correction.
README.mdstill showsai-2 doc index --in mypack /path/to/*.txtas the first build command, then explains why that is wrong.CONTRIBUTING.mdalready has--embedder nomic-embed-text-v1.5.The default embedder on a roomy machine is nomic v2-moe (345 MB). Every installer of that pack then pays that download, while the 85 MB English model is the one AI-2 ships on the ISO. This was the 0.18.1 trap.
What should happen
The short README command should be the same as CONTRIBUTING.md, with
--embedder nomic-embed-text-v1.5in the first snippet, not as a later correction.