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/hindsightor
Install via npx
npx @hexmos/ipm i vectorize-io/hindsightPrerequisites
Docker
runtimePostgreSQL
runtimeVersion: external
Python
runtimeNode.js
runtimeOpenAI API Key
credentialManual 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:latestDocker (external PostgreSQL)
export OPENAI_API_KEY=sk-xxx
export HINDSIGHT_DB_PASSWORD=choose-a-password
cd docker/docker-compose
docker compose up --non-interactiveClient (Python)
pip install hindsight-client -U --non-interactiveClient (Node.js / TypeScript)
npm install @vectorize-io/hindsight-client --no-savePython Embedded (no server required)
pip install hindsight-all -U --non-interactive