A tutorial on how to add vector capabilities to an existing database system.
We plan to release two variants of this tutorial: a C++ version and a Rust version.
In the C++ version, you will implement pgvector-like capabilities on a modified version of CMU-DB's BusTub educational database system. You will implement vector storage, vector expressions, and vector indexes over BusTub.
In the to-be-expected Rust version, you will implement vector capabilities over the RisingLight educational database system.