Skip to content

timescale/vector-cookbook

Repository files navigation

Timescale Vector Cookbook

A collection of recipes and sample application starter kits to build with LLMs using PostgreSQL and Timescale Vector.

Learn more about Timescale Vector, PostgreSQL++ for AI applications: timescale.com/ai

Sign up for a free cloud PostgreSQL database to use to work thru the examples in this repo. You'll get 90 days free by signing up with the link above.

Timescale Vector Resources

Timescale Vector enables you to power AI applications using PostgreSQL to store vector, relational and time-series data. It enhances pgvector with faster search, higher recall, and more efficient time-based filtering.

Sample Applications

  • TSV Time Machine: Chat with git the commit history of any repo. Stack: LlamaIndex, Streamlit, Timescale Vector (PostgreSQL), Python. Live demo

PGVector Resources

Note: If you need to setup Python, pyenv and Jupyter on your Mac, follow this handy tutorial.