Skip to content

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 stripFrontmatter to API list

Added

  • Tests: Added buildEmbeddingText test 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.