Skip to content

Commit

Permalink
Add Text Embeddings example
Browse files Browse the repository at this point in the history
  • Loading branch information
aseering committed Aug 16, 2023
1 parent 8dc2911 commit 5e1f92b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ machine learning on Spanner.
This example walks through using the extensions in this repository to query Spanner
and train a scikit-learn model based on data from Spanner.

* Text Embeddings using Spanner's DBAPI Driver ([Colab](https://colab.research.google.com/github/cloudspannerecosystem/Text%20Embeddings%20using%20Spanner's%20DBAPI%20Driver.ipynb)|[.ipynb](Text%20Embeddings%20using%20Spanner's%20DBAPI%20Driver.ipynb))

This example shows how to register a Vertex AI embedding model with Spanner, and
how to ingest, embed, and retrieve data to/from Spanner.
Loading

0 comments on commit 5e1f92b

Please sign in to comment.