Bart Schuller
Bart Schuller
I had the same problem, including the background service logging "Expected 768 values, but got 384" and I figured it out. I have `DOCUMENT_ENCODER_MODEL="intfloat/multilingual-e5-small"` in my `.env` file and that...
@jcerar I guess so, the setting ultimately has to translate into a different index configuration for Vespa, so that means you need to start fresh.
Same here on MacOS and pnpm. opencode 1.0.122. These lines aren't right: ```bash if [ -x "$basedir/node" ]; then exec "$basedir/node" "$basedir/global/5/.pnpm/[email protected]/node_modules/opencode-ai/bin/opencode" "$@" else exec node "$basedir/global/5/.pnpm/[email protected]/node_modules/opencode-ai/bin/opencode" "$@" fi ```