update tickets after implementation of vector-db chapter

Elijah Voigt 3 months ago
parent e91bdd31ec
commit f41cc5885a

@ -1,7 +1,7 @@
+++
title = "§7 Exercise 1: Storing and Retrieving Vectors"
priority = 5
status = "todo"
status = "done"
ticket_type = "task"
dependencies = []
+++

@ -1,7 +1,7 @@
+++
title = "§9 Generating Embeddings in Rust"
priority = 5
status = "todo"
status = "done"
ticket_type = "task"
dependencies = []
+++

@ -1,7 +1,7 @@
+++
title = "§8 Exercise 2: K-Nearest Neighbor Search"
priority = 5
status = "todo"
status = "done"
ticket_type = "task"
dependencies = []
+++

@ -1,7 +1,7 @@
+++
title = "§2 Embeddings"
priority = 5
status = "todo"
status = "done"
ticket_type = "task"
dependencies = []
+++

@ -1,7 +1,7 @@
+++
title = "§12 Exercise 5: Retrieval-Augmented Generation"
priority = 5
status = "todo"
status = "done"
ticket_type = "task"
dependencies = []
+++

@ -1,7 +1,7 @@
+++
title = "§5 Under the Hood: ANN Algorithms"
priority = 5
status = "todo"
status = "done"
ticket_type = "task"
dependencies = []
+++

@ -1,7 +1,7 @@
+++
title = "§3 Vector Similarity"
priority = 5
status = "todo"
status = "done"
ticket_type = "task"
dependencies = []
+++

@ -1,7 +1,7 @@
+++
title = "vector-db"
priority = 5
status = "todo"
status = "done"
ticket_type = "project"
dependencies = ["21d9be", "584e0c", "99e1d9", "d9f850", "6ec5ff", "37cdd5", "081a55", "5674ce", "4c961f", "1ef9f4", "e8be9a", "5ed295"]
+++

@ -1,7 +1,7 @@
+++
title = "§4 What Is a Vector Database?"
priority = 5
status = "todo"
status = "done"
ticket_type = "task"
dependencies = []
+++

@ -1,7 +1,7 @@
+++
title = "§11 Exercise 4: Recommendation Engine"
priority = 5
status = "todo"
status = "done"
ticket_type = "task"
dependencies = []
+++

@ -4,10 +4,7 @@ build:
serve:
mdbook serve
deploy:
# Build the static site and upload it to Cloudflare Pages as a production deployment.
# Requires CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID to be set in the environment.
mdbook build
deploy: build
wrangler pages deploy book --project-name vibedbooks --branch main
infra-init:
@ -20,5 +17,4 @@ infra-plan:
infra-apply:
# Apply the OpenTofu configuration to Cloudflare.
# Requires TF_VAR_cloudflare_api_token, TF_VAR_cloudflare_account_id, TF_VAR_cloudflare_zone_id.
cd infra && tofu apply

Loading…
Cancel
Save