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
- Host: GitHub
- URL: https://github.com/glaucia86/azureopenai-js-samples
- Owner: glaucia86
- License: mit
- Created: 2023-10-09T15:13:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T12:29:57.000Z (over 1 year ago)
- Last Synced: 2025-05-08T00:51:26.553Z (5 months ago)
- Language: TypeScript
- Size: 139 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)**