UNPKG

vectors-chunkers

Version:

A flexible text and data chunking library for vector databases and LLMs

7 lines 122 B
export function install(opts?: { cacheDir?: string; prefix?: string; }): { uninstall(): void; } | undefined; x