How to use Supabase/all-MiniLM-L6-v2 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('feature-extraction', 'Supabase/all-MiniLM-L6-v2');
Set base model to "sentence-transformers/all-MiniLM-L6-v2"
· Sign up or log in to comment