Skip to content

0.1.4 - 2026-06-15

Choose a tag to compare

@github-actions github-actions released this 15 Jun 10:31

Release Notes

Fixed

  • ort embedder: retry transient HuggingFace model downloads (e.g. HTTP 429) instead of
    failing the run, and cache the downloaded model in CI to avoid repeated fetches. (#10)

Documentation

  • Promote Python AST chunking across the landing page and the book. Python AST support
    shipped in 0.1.2, but the static site and several book pages still advertised only
    TypeScript/TSX, Rust, and Go. (#11)
  • The documentation site and book now default to a light theme; dark is still served to
    visitors whose browser or OS prefers it. (#11)

Install semanticastindexer 0.1.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/maadgrom/semanticastindexer/releases/download/v0.1.4/semanticastindexer-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/maadgrom/semanticastindexer/releases/download/v0.1.4/semanticastindexer-installer.ps1 | iex"

Download semanticastindexer 0.1.4

File Platform Checksum
semanticastindexer-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
semanticastindexer-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
semanticastindexer-x86_64-pc-windows-msvc.zip x64 Windows checksum
semanticastindexer-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
semanticastindexer-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum