From be9fda40002d64b64c2acda9c067dfb4a3905f71 Mon Sep 17 00:00:00 2001 From: sinedied Date: Mon, 2 Dec 2024 15:58:44 +0100 Subject: [PATCH] docs: add genai with js to sample doc --- docs/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/readme.md b/docs/readme.md index e8e1bfe..0f0ce01 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -104,6 +104,7 @@ If you have any issue when running or deploying this sample, please check the [t Here are some resources to learn more about the technologies used in this sample: - [LangChain.js documentation](https://js.langchain.com) +- [Generative AI with JavaScript](https://github.com/microsoft/generative-ai-with-javascript) - [Generative AI For Beginners](https://github.com/microsoft/generative-ai-for-beginners) - [Azure OpenAI Service](https://learn.microsoft.com/azure/ai-services/openai/overview) - [Azure Cosmos DB for NoSQL](https://learn.microsoft.com/azure/cosmos-db/nosql/)