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 vectorize-io/hindsight. 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.

vectorize-io/hindsight Installation Guide

How to install vectorize-io/hindsight. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for vectorize-io/hindsight. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i vectorize-io/hindsight
or

Install via npx

npx @hexmos/ipm i vectorize-io/hindsight

Prerequisites

Docker

runtime

PostgreSQL

runtime

Version: external

Python

runtime

Node.js

runtime

OpenAI API Key

credential

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Docker (recommended)

export OPENAI_API_KEY=sk-xxx

docker run --rm -it --pull always -p 8888:8888 -p 9999:9999 -e HINDSIGHT_API_LLM_API_KEY=$OPENAI_API_KEY -v $HOME/.hindsight-docker:/home/hindsight/.pg0 ghcr.io/vectorize-io/hindsight:latest

Docker (external PostgreSQL)

export OPENAI_API_KEY=sk-xxx

export HINDSIGHT_DB_PASSWORD=choose-a-password

cd docker/docker-compose

docker compose up --non-interactive

Client (Python)

pip install hindsight-client -U --non-interactive

Client (Node.js / TypeScript)

npm install @vectorize-io/hindsight-client --no-save

Python Embedded (no server required)

pip install hindsight-all -U --non-interactive