Skip to content

vectorize-io/hindsight-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hindsight Cookbook

A collection of example applications and notebooks demonstrating how to integrate and use Hindsight.

Applications

Full-featured example applications demonstrating Hindsight integration patterns:

Notebooks

Interactive Jupyter notebooks demonstrating Hindsight features:

Core Tutorials

Quick Demos

Getting Started

Prerequisites

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.

Running Notebooks

Each notebook can be run independently. Install dependencies:

cd notebooks
pip install -r requirements.txt
jupyter notebook

Running Applications

Each application has its own setup instructions in its README.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

MIT

About

Hindsight Cookbook - examples on how to use Hindsight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7