Skip to content

Commit 71ab044

Browse files
authored
Merge branch 'main' into live-api-fc-0115
2 parents bd9a9c6 + 3a97299 commit 71ab044

38 files changed

+2792
-64
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ a41f948147f9c16c9b1255038929ab1d1ac07def
8989
076464885ddf63d57d91cac830ff83f774d5c877
9090
ca7ceb9f8358a5d79c31d2511f705bcc55c24232
9191
0538e91f7c69c34174c722ae1ed1552261c8b805
92+
6ba714a7cf1d8d460f5518e5bf220b76088aec09

.github/actions/spelling/allow.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ Kylian
258258
L'avenir
259259
LCEL
260260
LLMs
261+
LLa
261262
LMPA
262263
LOOKBACK
263264
LRESULT
@@ -509,6 +510,7 @@ Virat
509510
Viru
510511
VirusTotal
511512
WAI
513+
WAU
512514
WDIR
513515
WFH
514516
WNDCLASS
@@ -759,6 +761,7 @@ funtion
759761
futur
760762
gapic
761763
gauff
764+
gbif
762765
gboolean
763766
gbq
764767
gce
@@ -919,6 +922,7 @@ millis
919922
miranda
920923
mmarco
921924
mmr
925+
modelfile
922926
morty
923927
moviepy
924928
mpe

.github/linters/.textlintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"terminology": {
44
"defaultTerms": true,
55
"exclude": [
6-
"README"
6+
"README",
7+
"VS Code"
78
]
89
}
910
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
> NOTE: [Gemini 2.0 Flash](https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2) has been released! Here are the latest notebooks and demos using the new model:
44
>
55
> - [Intro to Gemini 2.0 Flash](gemini/getting-started/intro_gemini_2_0_flash.ipynb)
6-
> - [Intro to Gemini 2.0 Flash REST API](gemini/getting-started/intro_gemini_2_0_flash_rest_api.ipynb)
7-
> - [Intro to Code Execution](gemini/code-execution/intro_code_execution.ipynb)
8-
> - [Intro to Multimodal Live API](gemini/multimodal-live-api/intro_multimodal_live_api.ipynb)
96
> - [Intro to Multimodal Live API with Gen AI SDK](gemini/multimodal-live-api/intro_multimodal_live_api_genai_sdk.ipynb)
7+
> - [Intro to Gemini 2.0 Thinking Mode](gemini/getting-started/intro_gemini_2_0_flash_thinking_mode.ipynb)
8+
> - [Intro to Code Execution](gemini/code-execution/intro_code_execution.ipynb)
109
> - [Multimodal Live API Demo App](gemini/multimodal-live-api/websocket-demo-app/)
1110
> - [Intro to Google Gen AI SDK](gemini/getting-started/intro_genai_sdk.ipynb)
1211
> - [Real-Time RAG with Multimodal Live API](gemini/multimodal-live-api/real_time_rag_retail_gemini_2_0.ipynb)
1312
> - [Creating Marketing Assets using Gemini 2.0](gemini/use-cases/marketing/creating_marketing_assets_gemini_2_0.ipynb)
1413
> - [Vertex AI Gemini Research Multi Agent Demo Research Agent for EV Industry](gemini/agents/research-multi-agents)
1514
> - [Create a Multi-Speaker Podcast with Gemini 2.0 & Text-to-Speech](audio/speech/use-cases/podcast/multi-speaker-podcast.ipynb)
15+
> - [Intro to Gemini 2.0 Flash REST API](gemini/getting-started/intro_gemini_2_0_flash_rest_api.ipynb)
1616
1717
<!-- markdownlint-disable MD033 -->
1818

RESOURCES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Please submit additional resources via a PR.
4646

4747
## Video Courses
4848

49+
- [Real Terms for AI](https://goo.gle/AIwordsExplained)
50+
- [AI Guide for Cloud Developers](https://www.youtube.com/playlist?list=PLIivdWyY5sqJio2yeg1dlfILOUO2FoFRx)
4951
- [Intro to Gen AI - Playlist](https://www.youtube.com/playlist?list=PLBgogxgQVM9sl-KnKywVEhkb3QtLHU4OK)
5052
- [Introduction to Generative AI](https://www.youtube.com/watch?v=cZaNf2rA30k&list=PLBgogxgQVM9sl-KnKywVEhkb3QtLHU4OK&index=1&pp=iAQB)
5153
- [Introduction to Large Language Models](https://www.youtube.com/watch?v=RBzXsQHjptQ&list=PLBgogxgQVM9sl-KnKywVEhkb3QtLHU4OK&index=2&pp=iAQB)

embeddings/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# Embeddings
22

3+
<!-- markdownlint-disable MD036 -->
4+
5+
**YouTube Video: What are text embeddings?**
6+
7+
<!-- markdownlint-enable MD036 -->
8+
9+
<!-- markdownlint-disable MD033 -->
10+
<a href="https://www.youtube.com/watch?v=vlcQV4j2kTo&list=PLIivdWyY5sqLvGdVLJZh2EMax97_T-OIB" target="_blank">
11+
<img src="https://img.youtube.com/vi/vlcQV4j2kTo/maxresdefault.jpg" alt="What are text embeddings?" width="500">
12+
</a>
13+
<!-- markdownlint-enable MD033 -->
14+
315
This repository explores various techniques and use-cases for embedding in Machine Learning, with a particular focus on text embeddings and their applications.
416

517
## Notebooks
618

19+
- **[generate-embs-for-vvs.ipynb](generate-embs-for-vvs.ipynb):** Demonstrates large-scale embeddings generation for Vertex AI Vector Search.
720
- **[hybrid-search.ipynb](hybrid-search.ipynb):** Demonstrates building a hybrid search system leveraging both keyword-based search and semantic similarity search with embeddings.
821
- **[embedding-similarity-visualization.ipynb](embedding-similarity-visualization.ipynb):** Visualizes similarity relationships between embeddings using dimensionality reduction techniques like PCA and t-SNE.
922
- **[intro-textemb-vectorsearch.ipynb](intro-textemb-vectorsearch.ipynb):** Provides an introduction to text embeddings and their application in building vector search engines.

0 commit comments

Comments
 (0)