Skip to content

Commit

Permalink
update pipeline and 05 header
Browse files Browse the repository at this point in the history
  • Loading branch information
tottenjordan committed Sep 26, 2023
1 parent e7fb2c3 commit 3274313
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 166 deletions.
6 changes: 3 additions & 3 deletions 05-candidate-generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"id": "23dce37d-64a0-4acd-9601-7ddcf6c25c8f",
"metadata": {},
"source": [
"# Candidate Generation\n",
"# Generate candidate embeddings and deploy to Matching Engine Index Endpoint\n",
"\n",
"After Two-Tower training, the `candidate_tower` is used to convert all candidate items into embeddings.\n",
"\n",
"The embeddings are indexed and deployed to an index endpoint for serving.\n",
"\n",
"Steps performed in this notebook:\n",
"**Steps performed in this notebook:**\n",
"\n",
"* Load trained candidate tower\n",
"* Generate candidate track embeddings\n",
Expand Down Expand Up @@ -1185,7 +1185,7 @@
}
],
"source": [
"INDEX_GCS_URI = f'gs://{BUCKET_NAME}/{PATH_TO_ARTIFACT_DIR}/candidates-{VERSION}'\n",
"INDEX_GCS_URI = f'gs://{BUCKET_NAME}/{PATH_TO_ARTIFACT_DIR}/candidate-embeddings-{VERSION}'\n",
"\n",
"DESTINATION_BLOB_NAME = embeddings_index_filename\n",
"SOURCE_FILE_NAME = embeddings_index_filename\n",
Expand Down
Loading

0 comments on commit 3274313

Please sign in to comment.