I am trying to generate vector embeddings but due to my own error I misconfigured the dimension value so the embed run aborted after 5 tries.
When I corrected the error I received this error message:
Error: create generation: a rebuild with a different fingerprint is already in progress: existing building fingerprint="Qwen3-Embedding-0.6B-GGUF:768", requested="Qwen3-Embedding-0.6B-GGUF:1024" — activate or retire it before starting a new rebuild
From a brief Discord discussion, it sounds like there isn't a flag that can be passed to the build-embeddings command to discard the broken generation.
I am trying to generate vector embeddings but due to my own error I misconfigured the dimension value so the embed run aborted after 5 tries.
When I corrected the error I received this error message:
Error: create generation: a rebuild with a different fingerprint is already in progress: existing building fingerprint="Qwen3-Embedding-0.6B-GGUF:768", requested="Qwen3-Embedding-0.6B-GGUF:1024" — activate or retire it before starting a new rebuildFrom a brief Discord discussion, it sounds like there isn't a flag that can be passed to the
build-embeddingscommand to discard the broken generation.