UNPKG

embeddings-js

Version:

A NodeJS RAG framework to easily work with LLMs and custom datasets

6 lines (5 loc) 143 B
export declare const DEFAULT_INSERT_BATCH_SIZE = 500; export declare enum SIMPLE_MODELS { 'OPENAI_GPT3_TURBO' = 0, 'OPENAI_GPT4' = 1 }