chunk-match
Version:
NodeJS library that semantically chunks text and matches it against a user query using cosine similarity for precise and relevant text retrieval
46 lines (35 loc) • 1.24 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [1.1.6] - 2025-01-30
### 📦 Updated
- `semantic-chunking` dependency update
## [1.1.5] - 2024-12-15
### 📦 Updated
- Dependency updates
- Docs update
## [1.1.4] - 2024-12-15
### 📦 Updated
- Update `semantic-chunking` patch version
- Add caching for document and query embeddings using `lru-cache`
## [1.1.3] - 2024-11-18
### 📦 Updated
- Update `semantic-chunking` patch version
## [1.1.2] - 2024-11-18
### 📦 Updated
- Update `string-segmenter` patch version
## [1.1.1] - 2024-11-13
### 📦 Updated
- `semantic-chunking` library to v2.3.5 (remove unnecessary logging)
## [1.1.0] - 2024-11-12
### 📦 Updated
- `semantic-chunking` library to v2.3.x (transformers.js v3)
- Web UI Form control defaults (set via `default-form-values.js`)
- Tweaked some default settings for improved results
## [1.0.1] - 2024-11-10
### ✨ Added
- Initial release
- Semantic text chunking using the `semantic-chunking` library
- Cosine similarity implementation for text retrieval of similar chunks
- Web UI for testing and tuning settings
- Express.js server setup
- Basic styling and responsive design