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