UNPKG

embeddings-splitter

Version:

A typescript library to split your long texts into smaller chunks to send them to OpenAI Embeddings API

3 lines (2 loc) 117 B
declare function extractFunctions(filename: string): string[]; export { extractFunctions as getChunksByJavascript };