logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install RyanCodrai/turbovec. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

RyanCodrai/turbovec Installation Guide

How to install RyanCodrai/turbovec. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for RyanCodrai/turbovec. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i RyanCodrai/turbovec
or

Install via npx

npx @hexmos/ipm i RyanCodrai/turbovec

Prerequisites

Python

language

Version: >=3.7

Rust

language

Version: >=1.65

Cargo

build-tool

Maturin

build-tool

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via Pip (Python)

pip install turbovec -y

Install for LangChain

pip install turbovec[langchain] -y

Install for LlamaIndex

pip install turbovec[llama-index] -y

Install for Haystack

pip install turbovec[haystack] -y

Install for Agno

pip install turbovec[agno] -y

Install via Cargo (Rust)

cargo add turbovec

Build from Source (Python)

git clone https://github.com/RyanCodrai/turbovec

cd turbovec

pip install maturin -y

cd turbovec-python

maturin build --release

pip install target/wheels/*.whl -y

Build from Source (Rust)

git clone https://github.com/RyanCodrai/turbovec

cd turbovec

cargo build --release