UNPKG

embeddings-splitter

Version:

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

2 lines (1 loc) 68 B
export declare function getChunksByNewLine(text: string): string[];