doc: add v0.3.0 release note (#312)

This commit is contained in:
Jalin Wang 2026-04-03 15:47:19 +08:00 committed by GitHub
parent ae13e9541b
commit 305786ca60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View File

@ -11,8 +11,11 @@ By participating, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md
## Development Setup
> [!TIP]
> **Linux** is the recommended environment for development and performance benchmarking.
### Prerequisites
- Python 3.10 - 3.12
- Python 3.10 - 3.14
- CMake ≥ 3.26, < 4.0 (`cmake --version`)
- A C++17-compatible compiler (e.g., `g++-11+`, `clang++`, Apple Clang on macOS)

View File

@ -30,6 +30,14 @@
**Zvec** is an open-source, in-process vector database — lightweight, lightning-fast, and designed to embed directly into applications. Built on **Proxima** (Alibaba's battle-tested vector search engine), it delivers production-grade, low-latency, scalable similarity search with minimal setup.
> [!IMPORTANT]
> **🚀 v0.3.0 Released on April 3, 2026**
> - **New Platforms**: Initial **Windows (MSVC)** and **Android** support. Published official Windows **Python** and **Node.js** packages.
> - **Efficiency**: **RabitQ** quantization and **CPU Auto-Dispatch** for optimized SIMD execution.
> - **Ecosystem**: **C-API** for custom language bindings and **[MCP](https://github.com/zvec-ai/zvec-mcp-server) / [Skill](https://github.com/zvec-ai/zvec-agent-skills)** integration for AI Agents.
>
> 👉 [Read the Release Notes](https://github.com/alibaba/zvec/releases/tag/v0.3.0) | [View Roadmap 📍](https://github.com/alibaba/zvec/issues/309)
## 💫 Features
- **Blazing Fast**: Searches billions of vectors in milliseconds.
@ -58,6 +66,7 @@ npm install @zvec/zvec
- Linux (x86_64, ARM64)
- macOS (ARM64)
- Windows (x86_64)
### 🛠️ Building from Source