Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 669 Bytes

File metadata and controls

20 lines (15 loc) · 669 Bytes

v0.2.0

🧠 New Features: Chunking and Similarity Modules

This is a major milestone toward intelligent data handling.

  • chunker.ts: Text chunking with precision split control
  • markdown-splitter.ts: Intelligent Markdown-aware splitting
  • cosine-similarity.ts: Semantic similarity calculator
  • Test suite updated for full coverage of these features
  • tsconfig.json modified to explicitly include test paths

📝 Changes

+ New: `chunker`, `cosine-similarity`, `markdown-splitter` in `src/core/`
+ New tests: `chunker.test.ts`, `md-splitter.test.ts`
~ Updated exports via `src/core/index.ts`
~ `tsconfig.json` includes `src/tests`