Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Text Embeddings example #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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