Skip to content

Instantly share code, notes, and snippets.

@T1T4N
Last active July 2, 2025 12:02
Show Gist options
  • Save T1T4N/7592ef46f9ffef5d9e2bc1a49c479605 to your computer and use it in GitHub Desktop.
Save T1T4N/7592ef46f9ffef5d9e2bc1a49c479605 to your computer and use it in GitHub Desktop.
Continue.dev configuration for using Qwen3-Embedding with transformers.js

config.yaml

models:
 - name: Qwen3 Embedding 0.6B
   provider: transformers.js
   model: onnx-community/Qwen3-Embedding-0.6B-ONNX
   roles:
     - embed

config.json

"embeddingsProvider": {
  "provider": "transformers.js",
  "model": "onnx-community/Qwen3-Embedding-0.6B-ONNX"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment