How to use Supabase/gte-small with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('feature-extraction', 'Supabase/gte-small');
Thanks @Xenova !
· Sign up or log in to comment