Home
Softono
vector-cookbook

vector-cookbook

Open source Jupyter Notebook
127
Stars
50
Forks
9
Issues
10
Watchers
1 year
Last Commit

About vector-cookbook

# 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](https://www.timescale.com/ai) Sign up for a [free cloud PostgreSQL database](https://console.cloud.timescale.com/signup?utm_campaign=vectorlaunch&utm_source=github&utm_medium=direct) 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. - [Overview and Performance Benchmarks](https://www.timescale.com/blog/how-we-made-postgresql-the-best-vector-database/?utm_campaign=vectorlaunch&utm_source=github&utm_medium=direct) - [Timescale Vector LangChain Integration](https://python.langchain ...

Platforms

Web Self-hosted

Languages

Jupyter Notebook

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.