Changelog
See the full changelog in the repo: CHANGELOG.md.
0.1.1
Fixed
- Obsidian example: Rewrote with async API (
vault.cachedRead) matching real Obsidian behavior - Obsidian example: Simplified to minimal starter; links to full plugin implementation
- README: Added missing
stripFrontmatterto API list
Added
- Tests: Added
buildEmbeddingTexttest coverage (was untested) - Eleventy example: Added caching guidance note for large sites
0.1.0
- Initial release with TF-IDF + cosine similarity.
- Feature hashing option for fast fixed-size vectors.