diff --git a/README.md b/README.md index 9ce658b5c..37445d7f8 100644 --- a/README.md +++ b/README.md @@ -99,13 +99,8 @@ Want to skip the local setup? Click below to try out Genkit using [Project IDX]( ## Sample apps -Take a look at some samples of Genkit in use: - -- ["AI barista"](samples/js-coffee-shop/) -- demonstrates simple LLM usage -- [A simple chatbot with a JavaScript frontend](samples/chatbot/) -- add history to LLM sessions -- [Restaurant menu Q&A app](samples/js-menu/) -- this sample shows progressively - more sophisticated versions of a menu understanding app. -- [Streaming to an Angular frontend](samples/js-angular/) +These samples have migrated to the Firebase +[`quickstart-nodejs` repo](https://github.com/firebase/quickstart-nodejs). ## Connect with us diff --git a/samples/README.md b/samples/README.md deleted file mode 100644 index 333412ade..000000000 --- a/samples/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Genkit samples - -These samples have migrated to the Firebase -[`quickstart-nodejs` repo](https://github.com/firebase/quickstart-nodejs).