UNPKG

vectors-chunkers

Version:

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

15 lines (12 loc) 266 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "lib": ["es2018"], "module": "commonjs", "target": "es2018", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "moduleResolution": "node" } }