An open API service indexing awesome lists of open source software.

https://github.com/glaucia86/azureopenai-js-samples

A repository for studies proporses how to use A.I + TypeScript + Langchain + Azure Open A.I
https://github.com/glaucia86/azureopenai-js-samples

Last synced: 5 months ago
JSON representation

A repository for studies proporses how to use A.I + TypeScript + Langchain + Azure Open A.I

Awesome Lists containing this project

README

          

# Learn Live Code Sessions: Azure OpenAI + LangChain with JavaScript/TypeScript

This repository is responsible for studies, code samples and learnings about how to use the Microsoft Azure OpenAI + LangChain with JavaScript/TypeScript.

## ๐Ÿš€ Resources Used

- [Node.js](https://nodejs.org/en/)
- [TypeScript](https://www.typescriptlang.org/)
- [Visual Studio Code](https://code.visualstudio.com/)
- [LangChain](https://js.langchain.com/docs/get_started/introduction)
- [Azure OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/)

## ๐Ÿ“บ Video Series

(... to be include)

## A Practical Guide for Beginners blog posts

There's a blog post teaching test by step how to use Azure OpenAI with JavaScript. It's divided in 3 parts. If you want to read it:

- **English:**
- **[A Practical Guide for Beginners: Azure OpenAI with JavaScript and TypeScript](https://dev.to/azure/a-practical-guide-for-beginners-azure-openai-with-javascript-and-typescript-part-01-5ajh)**

- **Portuguese:**
- **[Guia Prรกtico para Iniciantes: Azure OpenAI com JavaScript e TypeScript](https://dev.to/azure/guia-pratico-para-iniciantes-azure-openai-com-javascript-e-typescript-parte-1-30f8)**

## ๐Ÿ’ป Code samples Developed

* **[Azure OpenAI Code Samples with JavaScript/TypeScript](01-azure-openai-samples/README.md)**

Here you will find some code samples developed using Azure OpenAI with JavaScript/TypeScript.

## ๐Ÿ“• Important Resources

- **[Azure OpenAI Documentation](https://docs.microsoft.com/en-us/azure/ai-services/openai/)**
- **[Azure Cognitive Services Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/)**
- **[LangChain Documentation](https://js.langchain.com/docs/get_started/introduction)**
- **[GitHub Copilot](https://docs.github.com/pt/copilot)**