Skip to content

Commit

Permalink
Add golang link
Browse files Browse the repository at this point in the history
  • Loading branch information
tanabee committed Nov 20, 2024
1 parent 2e785ce commit 49deb33
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/codelab-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,5 @@ This concludes the hands-on session. It’s impressive that so much can be achie
- [Deploying Your Firebase Genkit Application with Firebase Functions](https://medium.com/@yukinagae/deploying-your-firebase-genkit-application-with-firebase-functions-99c7d0044964)
- [Official Codelab: RAG](https://firebase.google.com/codelabs/ai-genkit-rag)
- [Master Gemma2 and Genkit](https://medium.com/firebase-developers/how-to-develop-using-the-gemma2-model-in-genkit-085f22ce68f3)
- [Build a Slack Bot App with Firebase Genkit in just 100 Lines](https://medium.com/firebase-developers/build-a-slack-bot-app-with-firebase-genkit-in-just-100-lines-71d4e49c9e08)
- [Build a Slack Bot App with Firebase Genkit in just 100 Lines](https://medium.com/firebase-developers/build-a-slack-bot-app-with-firebase-genkit-in-just-100-lines-71d4e49c9e08)
- [Firebase Genkit for Go Developers: A Guide to Building LLM Applications](https://medium.com/@yukinagae/firebase-genkit-for-go-developers-a-guide-to-building-llm-applications-f96c51c34b10)
3 changes: 2 additions & 1 deletion docs/codelab-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,5 @@ Duration: 0:01:00
- [Firebase Genkit アプリを Functions へ手軽にデプロイする](https://zenn.dev/cureapp/articles/e8f0dd47641bfd)
- [公式 Codelab: RAG](https://firebase.google.com/codelabs/ai-genkit-rag)
- [Genkit を使って Gemma2 をローカル LLM として呼び出す](https://zenn.dev/cureapp/articles/76bf38216ca304)
- [100 行で作る Firebase Genkit の Slack ボットアプリ](https://zenn.dev/cureapp/articles/1abb1ad278bb0b)
- [100 行で作る Firebase Genkit の Slack ボットアプリ](https://zenn.dev/cureapp/articles/1abb1ad278bb0b)
- [Goエンジニアのための生成AI - Firebase Genkit入門](https://zenn.dev/yukinagae/articles/4edbd93a675077)
2 changes: 1 addition & 1 deletion docs/en/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2024-11-20T21:17:34+09:00",
"updated": "2024-11-20T21:52:24+09:00",
"id": "en",
"duration": 17,
"title": "Genkit Hands-on",
Expand Down
1 change: 1 addition & 0 deletions docs/en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ <h2 is-upgraded>Next steps</h2>
<li><a href="https://firebase.google.com/codelabs/ai-genkit-rag" target="_blank">Official Codelab: RAG</a></li>
<li><a href="https://medium.com/firebase-developers/how-to-develop-using-the-gemma2-model-in-genkit-085f22ce68f3" target="_blank">Master Gemma2 and Genkit</a></li>
<li><a href="https://medium.com/firebase-developers/build-a-slack-bot-app-with-firebase-genkit-in-just-100-lines-71d4e49c9e08" target="_blank">Build a Slack Bot App with Firebase Genkit in just 100 Lines</a></li>
<li><a href="https://medium.com/@yukinagae/firebase-genkit-for-go-developers-a-guide-to-building-llm-applications-f96c51c34b10" target="_blank">Firebase Genkit for Go Developers: A Guide to Building LLM Applications</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion docs/ja/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2024-11-20T21:17:41+09:00",
"updated": "2024-11-20T21:52:10+09:00",
"id": "ja",
"duration": 17,
"title": "Genkit Hands-on",
Expand Down
1 change: 1 addition & 0 deletions docs/ja/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ <h2 is-upgraded>Next steps</h2>
<li><a href="https://firebase.google.com/codelabs/ai-genkit-rag" target="_blank">公式 Codelab: RAG</a></li>
<li><a href="https://zenn.dev/cureapp/articles/76bf38216ca304" target="_blank">Genkit を使って Gemma2 をローカル LLM として呼び出す</a></li>
<li><a href="https://zenn.dev/cureapp/articles/1abb1ad278bb0b" target="_blank">100 行で作る Firebase Genkit の Slack ボットアプリ</a></li>
<li><a href="https://zenn.dev/yukinagae/articles/4edbd93a675077" target="_blank">Goエンジニアのための生成AI - Firebase Genkit入門</a></li>
</ul>


Expand Down

0 comments on commit 49deb33

Please sign in to comment.