vectra icon indicating copy to clipboard operation
vectra copied to clipboard

What's the reason for needing API key?

Open adaboese opened this issue 1 year ago • 1 comments

You may want to recommended something like Supabase/gte-small because it is open-source, performs better for this use case, and it can be run locally, e.g.

import { AutoTokenizer, pipeline } from '@xenova/transformers';

const generateEmbedding = await pipeline(
  'feature-extraction',
  'Supabase/gte-small',
);

const tokenizer = await AutoTokenizer.from_pretrained('Supabase/gte-small');

adaboese avatar Jan 08 '24 15:01 adaboese

That’s a good suggestion. It’ll be a couple of weeks before I can look into this. I have like 6 coding projects im juggling right now

Stevenic avatar Feb 11 '24 16:02 Stevenic