Documentation / Installation

Installation Guide.

Feather v0.5.0 is shipped as a native Python binding with a C++ core, alongside lightning fast Rust CLI binaries.

Python Client 🐍

The standard way to integrate Feather into an LLM application or embedded vector script.

pip install feather-db

Requirements

  • Python 3.8+
  • NumPy 1.22+

Rust CLI 🦀

For advanced debugging, database inspection, and CI/CD pipelines. This compiles incredibly fast and is dependency-free.

cargo install feather-db-cli

Build from Source

git clone https://github.com/feather-store/feather.git
cd feather/cli
cargo build --release