Skip to content

Commit 5395c9d

Browse files
authored
Add next steps to hugging face notebook (#35767)
1 parent 00c1f10 commit 5395c9d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

examples/notebooks/beam-ml/data_preprocessing/huggingface_text_embeddings.ipynb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,21 @@
394394
]
395395
}
396396
]
397+
},
398+
{
399+
"cell_type": "markdown",
400+
"source": [
401+
"# Next Steps\n",
402+
"\n",
403+
"Now that you've generated embeddings, you can use MLTransform and Sinks to ingest your data into a Vector Database. For this, along with more advanced concepts, check out the following notebooks:\n",
404+
"\n",
405+
"- [Vector Embedding Ingestion with Apache Beam and AlloyDB](https://colab.sandbox.google.com/github/apache/beam/blob/master/examples/notebooks/beam-ml/alloydb_product_catalog_embeddings.ipynb)\n",
406+
"- [Embedding Ingestion and Vector Search with Apache Beam and BigQuery](https://colab.sandbox.google.com/github/apache/beam/blob/master/examples/notebooks/beam-ml/bigquery_vector_ingestion_and_search.ipynb)\n",
407+
"- [Vector Embedding Ingestion with Apache Beam and CloudSQL Postgres](https://colab.sandbox.google.com/github/apache/beam/blob/master/examples/notebooks/beam-ml/cloudsql_postgres_product_catalog_embeddings.ipynb#scrollTo=K6-p-DVrIFTY)"
408+
],
409+
"metadata": {
410+
"id": "l31V3Q0Uo41z"
411+
}
397412
}
398413
]
399414
}

0 commit comments

Comments
 (0)