Skip to content

Commit

Permalink
Refactor Rag notebook (#504)
Browse files Browse the repository at this point in the history
* move mysql stuff to jupyter

* new notebook

* fix notebook

* fix notebook, add markdown

* use bulk insert

* revert

* change persist data

* terraform fmt

* remove sql params from notebook

* default empty values

* rename

* parameterize notebook image

* remove pip installs from notebook

* use custom notebook image

* terraform fmt

* replace jupyter notebook tag

* add notebook version to jupyterhub app

* merge cells

* add dummy value for secret volume

* fix old notebook
  • Loading branch information
richardsliu authored and ryanaoleary committed Apr 3, 2024
1 parent af6411b commit 9d45138
Show file tree
Hide file tree
Showing 8 changed files with 516 additions and 37 deletions.
2 changes: 2 additions & 0 deletions applications/jupyter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ module "jupyterhub" {
workload_identity_service_account = local.workload_identity_service_account
gcs_bucket = var.gcs_bucket
autopilot_cluster = local.enable_autopilot
notebook_image = "jupyter/tensorflow-notebook"
notebook_image_tag = "python-3.10"

# IAP Auth parameters
add_auth = var.add_auth
Expand Down
Loading

0 comments on commit 9d45138

Please sign in to comment.