Skip to content

Release 0.12.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Mar 23:07
· 1 commit to master since this release
676c2c9

πŸš€ What's Changed

πŸ“‹ Release Summary

This release fixes a search issue where queries could return no results when matching zero-vector embeddings.

πŸ› Bug Fixes & Stability

  • graphrag: resolve zero-vector search returning empty results 72ebbc7e

πŸ“Š Release Summary

Total commits: 1 across 1 categories

πŸ› 1 bug fix - Improved stability

πŸ“¦ Installation

Quick Install Script (Universal)

curl -fsSL https://raw.githubusercontent.com/Muvon/octocode/main/install.sh | sh

Works on: Linux, macOS, Windows (Git Bash/WSL/MSYS2), and any Unix-like system

Manual Download

Platform Architecture Download
Linux x86_64 (static) octocode-0.12.1-x86_64-unknown-linux-musl.tar.gz
Linux ARM64 (static) octocode-0.12.1-aarch64-unknown-linux-musl.tar.gz
Windows x86_64 octocode-0.12.1-x86_64-pc-windows-msvc.zip
Windows ARM64 octocode-0.12.1-aarch64-pc-windows-msvc.zip
macOS x86_64 octocode-0.12.1-x86_64-apple-darwin.tar.gz
macOS ARM64 octocode-0.12.1-aarch64-apple-darwin.tar.gz

Using Cargo (from crates.io)

cargo install octocode

Using Cargo (from Git)

cargo install --git https://github.com/Muvon/octocode

Verify Installation

octocode --version