Skip to content

Commit

Permalink
compare with other tutorials...
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh committed Jan 15, 2024
1 parent 48bbf94 commit 24840d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorial/src/00-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Some part of this tutorial overlaps with Carnegie Mellon University's Database S

</div>

There are many other vector database tutorials on the Internet. The primary features of this tutorial: we focus on building a vector extension on a relational database system (instead of REST APIs or some other interfaces), and we focus on the implementation of the vector indexes (instead of directly using the Faiss library).

## Prerequisites

You will need to know the basics of relational database systems and have some experience of system programming before starting this tutorial. You *do not* need to have a solid experience with database systems (i.e., complete the 15-445/645 Database Systems course). We assume you do not know much about the internals of the database systems and will have necessary contents to guide you through the system in the tutorial.
Expand All @@ -51,4 +53,4 @@ As of writing (at the beginning of 2024), Chi obtained his master's degree in Co

Disclaimer: This tutorial is not affiliated with Carnegie Mellon University or CMU-DB Group. The C++ version of this tutorial is NOT a part/extension of CMU's 15-445/645 Database Systems course.

</div>
</div>

0 comments on commit 24840d8

Please sign in to comment.