Hindsight Cookbook - examples on how to use Hindsight
TypeScript
42
45 commits
updated Jun 5, 2026
A collection of example applications and notebooks demonstrating how to integrate and use Hindsight.
Full-featured example applications demonstrating Hindsight integration patterns:
Interactive Jupyter notebooks demonstrating Hindsight features:
Start Hindsight using Docker:
export OPENAI_API_KEY=your-key
docker run --rm -it --pull always -p 8888:8888 -p 9999:9999 \
-e HINDSIGHT_API_LLM_API_KEY=$OPENAI_API_KEY \
-e HINDSIGHT_API_LLM_MODEL=o3-mini \
-v $HOME/.hindsight-docker:/home/hindsight/.pg0 \
ghcr.io/vectorize-io/hindsight:latest
See Hindsight documentation for other LLM providers.
Each notebook can be run independently. Install dependencies:
cd notebooks
pip install -r requirements.txt
jupyter notebook
Each application has its own setup instructions in its README.
Contributions are welcome! Please open an issue or submit a pull request.
MIT
TypeScript
44.2%
Python
43.9%
Jupyter Notebook
9.9%
Hindsight Cookbook - examples on how to use Hindsight
TypeScript
42
45 commits
updated Jun 5, 2026
A collection of example applications and notebooks demonstrating how to integrate and use Hindsight.
Full-featured example applications demonstrating Hindsight integration patterns:
Interactive Jupyter notebooks demonstrating Hindsight features:
Start Hindsight using Docker:
export OPENAI_API_KEY=your-key
docker run --rm -it --pull always -p 8888:8888 -p 9999:9999 \
-e HINDSIGHT_API_LLM_API_KEY=$OPENAI_API_KEY \
-e HINDSIGHT_API_LLM_MODEL=o3-mini \
-v $HOME/.hindsight-docker:/home/hindsight/.pg0 \
ghcr.io/vectorize-io/hindsight:latest
See Hindsight documentation for other LLM providers.
Each notebook can be run independently. Install dependencies:
cd notebooks
pip install -r requirements.txt
jupyter notebook
Each application has its own setup instructions in its README.
Contributions are welcome! Please open an issue or submit a pull request.
MIT
TypeScript
44.2%
Python
43.9%
Jupyter Notebook
9.9%