From 6acf156f1838cfa90e37851d53353ccfcf40899e Mon Sep 17 00:00:00 2001 From: thedmail Date: Thu, 16 Jan 2025 13:12:24 -0800 Subject: [PATCH] Update README.md Docs: Restores the original Samples links since the rollback of their migration. Also adds links to two samples that hadn't been mentioned here. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84a4bef37..d27e60804 100644 --- a/README.md +++ b/README.md @@ -101,11 +101,13 @@ Want to skip the local setup? Click below to try out Genkit using [Project IDX]( Take a look at some samples of Genkit in use: -- ["AI barista"](https://github.com/firebase/quickstart-nodejs/tree/master/genkit/js-coffee-shop) -- demonstrates simple LLM usage -- [A simple chatbot with a JavaScript frontend](https://github.com/firebase/quickstart-nodejs/tree/master/genkit/chatbot) -- add history to LLM sessions -- [Restaurant menu Q&A app](https://github.com/firebase/quickstart-nodejs/tree/master/genkit/js-menu) -- this sample shows progressively +- ["AI barista"](https://github.com/firebase/genkit/blob/main/samples/js-coffee-shop) -- demonstrates simple LLM usage +- [A simple chatbot with a JavaScript frontend](https://github.com/firebase/genkit/blob/main/samples/chatbot) -- add history to LLM sessions +- [Restaurant menu Q&A app](https://github.com/firebase/genkit/blob/main/samples/js-menu) -- this sample shows progressively more sophisticated versions of a menu understanding app. -- [Streaming to an Angular frontend](https://github.com/firebase/quickstart-nodejs/tree/master/genkit/js-angular) +- [Streaming to an Angular frontend](https://github.com/firebase/genkit/blob/main/samples/js-angular) +- [js-schoolAgent](https://github.com/firebase/genkit/blob/main/samples/js-schoolAgent/): A simple school assistant system with a routing agent and specialized agents +- [Prompts](https://github.com/firebase/genkit/blob/main/samples/prompts/): Shows off several prompting techniques ## Connect with us