Views
No views yet
1import { pipeline } from '@huggingface/transformers'; 2 3const extractor = await pipeline('feature-extraction', 'neuromechanist/Qwen3-Embedding-0.6B-ONNX-Q8', { 4 dtype: 'q8', 5});