Skip to content

0.1.7 - 2026-06-18

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 21:55

Release Notes

Fixed

  • DuckDB VSS load no longer re-downloads on the hot pathload_vss now escalates to the
    network-heavy FORCE INSTALL only when an install fails with the origin-pin conflict, instead
    of trying it unconditionally in the fallback chain. A plain INSTALL is a cheap no-op when the
    extension is already present, so the common per-connection path no longer hits the network. This
    removes a severe Windows slowdown (every connection re-downloading VSS, serialized) that pushed
    the Windows CI test job into its 60-minute timeout.

CI

  • The Windows test job skips the DuckDB-backend tests (vectordbs::duckdb, repos::duckdb,
    mcp_stdio_tests) — they each open a real DuckDB connection that installs the VSS extension over
    the network, which serializes badly on the Windows runner. Bundled-DuckDB compilation (the
    reason this OS is in the matrix) and the full mock-based suite still run; the backend behaviors are
    covered on ubuntu + macOS. Added a 30-minute step timeout as a hang backstop.

Install semanticastindexer 0.1.7

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download semanticastindexer 0.1.7

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