Skip to content

Commit c8a4541

Browse files
committed
correct repo links for labs
1 parent cfe914a commit c8a4541

File tree

9 files changed

+8
-10
lines changed

9 files changed

+8
-10
lines changed

00_Introduction/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ The future of software involves combining AI and data services, also known as in
1919
## Introduction
2020

2121
This guide will walks through the creating intelligent solutions that combines Azure Cosmos DB for NoSQL with vector search capabilities powered by DiskANN 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 Azure Cosmos DB for NoSQL, vector search powered by DiskANN, and Azure OpenAI using the Python 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.
22-
23-
> **Note:** This developer guide is targeted towards Python developers. If you are a Node.js developer, then you may be interested in the Node.js version here: [https://github.com/AzureCosmosDB/Azure-OpenAI-Node.js-Developer-Guide](https://github.com/AzureCosmosDB/Azure-OpenAI-Node.js-Developer-Guide)

05_Explore_OpenAI_models/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ This labs demonstrates using an Azure OpenAI model to obtain a completion respon
7373

7474
>**Note**: It is highly recommended to use a [virtual environment](https://python.land/virtual-environments/virtualenv) for all labs.
7575
76-
Visit the lab repository to complete [this lab](https://github.com/AzureCosmosDB/Azure-OpenAI-Python-Developer-Guide/blob/main/Labs/lab_0_explore_and_use_models.ipynb).
76+
Visit the lab repository to complete [this lab](https://github.com/solliancenet/cosmos-db-nosql-openai-python-dev-guide/blob/main/Labs/lab_0_explore_and_use_models.ipynb).

06_Provision_Azure_Resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ This lab will walk you through deploying the Azure resources necessary for the s
2525

2626
> **Note**: You will need an Azure Subscription and have the necessary permissions to provision the Azure resources.
2727
28-
Please visit the lab repository to complete [this lab](https://github.com/AzureCosmosDB/Azure-OpenAI-Python-Developer-Guide/blob/main/Labs/deploy/deploy.md).
28+
Please visit the lab repository to complete [this lab](https://github.com/solliancenet/cosmos-db-nosql-openai-python-dev-guide/blob/main/Labs/deploy/deploy.md).

07_Create_First_Cosmos_DB_Project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Using a notebook, we'll create a Cosmos DB for the NoSQL application in this lab
3838

3939
>**Note**: It is highly recommended to use a [virtual environment](https://python.land/virtual-environments/virtualenv) for all labs.
4040
41-
Please visit the lab repository to complete [this lab](https://github.com/AzureCosmosDB/Azure-OpenAI-Python-Developer-Guide/blob/main/Labs/lab_1_first_application.ipynb).
41+
Please visit the lab repository to complete [this lab](https://github.com/solliancenet/cosmos-db-nosql-openai-python-dev-guide/blob/main/Labs/lab_1_first_application.ipynb).
4242

4343
The following concepts are covered in detail in this lab:
4444

08_Load_Data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This lab will load the Cosmic Works Customer, Product, and Sales data into Azure
1818

1919
>**Note**: It is highly recommended to use a [virtual environment](https://python.land/virtual-environments/virtualenv) for all labs.
2020
21-
Please visit the lab repository to complete [this lab](https://github.com/AzureCosmosDB/Azure-OpenAI-Python-Developer-Guide/blob/main/Labs/lab_2_load_data.ipynb).
21+
Please visit the lab repository to complete [this lab](https://github.com/solliancenet/cosmos-db-nosql-openai-python-dev-guide/blob/main/Labs/lab_2_load_data.ipynb).
2222

2323
This lab demonstrates the use of bulk operations to load product, customer, and sales data into Azure Cosmos DB for NoSQL containers. As an example, the following code snippet inserts product data using the `bulk_write` method allowing for upsert functionality using the `UpdateOne` method:
2424

09_Vector_Search_Cosmos_DB/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This lab also requires the data provided in the previous lab titled [Load data i
4242

4343
>**Note**: It is highly recommended to use a [virtual environment](https://python.land/virtual-environments/virtualenv) for all labs.
4444
45-
Please visit the lab repository to complete [this lab](https://github.com/AzureCosmosDB/Azure-OpenAI-Python-Developer-Guide/blob/main/Labs/lab_3_mongodb_vector_search.ipynb).
45+
Please visit the lab repository to complete [this lab](https://github.com/solliancenet/cosmos-db-nosql-openai-python-dev-guide/blob/main/Labs/lab_3_mongodb_vector_search.ipynb).
4646

4747
Some highlights from the lab include:
4848

10_LangChain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This lab also requires the data provided in the previous lab titled [Load data i
2626

2727
>**Note**: It is highly recommended to use a [virtual environment](https://python.land/virtual-environments/virtualenv) for all labs.
2828
29-
Please visit the lab repository to complete [this lab](https://github.com/AzureCosmosDB/Azure-OpenAI-Python-Developer-Guide/blob/main/Labs/lab_4_langchain.ipynb).
29+
Please visit the lab repository to complete [this lab](https://github.com/solliancenet/cosmos-db-nosql-openai-python-dev-guide/blob/main/Labs/lab_4_langchain.ipynb).
3030

3131
Some highlights of the lab include:
3232

11_Backend_API/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ This lab also requires the data provided in the previous lab titled [Load data i
88

99
>**Note**: It is highly recommended to use a [virtual environment](https://python.land/virtual-environments/virtualenv) for all labs.
1010
11-
Please visit the lab repository to complete [this lab](https://github.com/AzureCosmosDB/Azure-OpenAI-Python-Developer-Guide/blob/main/Labs/lab_4_langchain.ipynb).
11+
Please visit the lab repository to complete [this lab](https://github.com/solliancenet/cosmos-db-nosql-openai-python-dev-guide/blob/main/Labs/lab_4_langchain.ipynb).

Labs/lab_5_backend_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The backend api is a Python FastAPI application that will expose endpoints for t
1313
Create a folder to house the repository. Open a terminal and navigate to the folder. Clone the repository, then navigate to the `Backend` folder within the repository.
1414

1515
```bash
16-
git clone https://github.com/AzureCosmosDB/Azure-OpenAI-Python-Developer-Guide.git
16+
git clone https://github.com/solliancenet/cosmos-db-nosql-openai-python-dev-guide.git
1717

1818
cd Azure-OpenAI-Python-Developer-Guide
1919
cd Backend

0 commit comments

Comments
 (0)