Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 00_Introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
- [Azure account and subscription](https://azure.microsoft.com/free/) with Owner permissions
- [Node.js 20.11.0 LTS or newer](https://nodejs.org/)
- [Visual Studio Code](https://code.visualstudio.com/download)
- [Docker Desktop](https://www.docker.com/products/docker-desktop/) with [WSL 2 backend (if on Windows)](https://learn.docker.com/desktop/wsl/)
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli)
- [Docker Desktop](https://www.docker.com/products/docker-desktop/) with [WSL 2 backend Enabled (if on Windows)](https://learn.docker.com/desktop/wsl/)
- [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)
- [Bicep CLI](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install#install-manually)
- [Powershell](https://learn.microsoft.com/powershell/scripting/install/installing-powershell?view=powershell-7.3)

Expand All @@ -18,4 +18,4 @@ The future of software involves combining AI and data services, also known as in

This guide will walks through the creating intelligent solutions that combines vCore-based Azure Cosmos DB for MongoDB vector search and document retrieval with Azure OpenAI services to build a chat bot experience. The guide includes labs that build and deploy a sample chat app using these technologies, with a focus on vCore-based Azure Cosmos DB for MongoDB, Vector Search, and Azure OpenAI using the Node.js runtime and the JavaScript programming language. For those new to using Azure OpenAI and Vector Search technologies, the guide includes explanations of the core concepts and techniques used when implementing these technologies.

> **Note:** This developer guide is targeted towards Node.js developers. If you are a Python developer, then you may be interested in the Python version here: [https://github.com/AzureCosmosDB/Azure-OpenAI-Python-Developer-Guide](https://github.com/AzureCosmosDB/Azure-OpenAI-Python-Developer-Guide)
> **Note:** This developer guide is targeted towards Node.js developers. If you are a Python developer, then you may be interested in the Python version here: [https://github.com/AzureCosmosDB/Azure-OpenAI-Python-Developer-Guide](https://github.com/AzureCosmosDB/Azure-OpenAI-Python-Developer-Guide)