Skip to content

Commit 854d328

Browse files
committed
update /Labs/ links
1 parent f82b4bc commit 854d328

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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/solliancenet/cosmos-db-nosql-openai-python-dev-guide/blob/main/Labs/deploy/deploy.md).
28+
Please visit the lab repository to complete [this lab](../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/solliancenet/cosmos-db-nosql-openai-python-dev-guide/blob/main/Labs/lab_1_first_application.ipynb).
41+
Please visit the lab repository to complete [this lab](../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/solliancenet/cosmos-db-nosql-openai-python-dev-guide/blob/main/Labs/lab_2_load_data.ipynb).
21+
Please visit the lab repository to complete [this lab](../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/solliancenet/cosmos-db-nosql-openai-python-dev-guide/blob/main/Labs/lab_3_mongodb_vector_search.ipynb).
45+
Please visit the lab repository to complete [this lab](../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/solliancenet/cosmos-db-nosql-openai-python-dev-guide/blob/main/Labs/lab_4_langchain.ipynb).
29+
Please visit the lab repository to complete [this lab](../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/solliancenet/cosmos-db-nosql-openai-python-dev-guide/blob/main/Labs/lab_4_langchain.ipynb).
11+
Please visit the lab repository to complete [this lab](../Labs/lab_4_langchain.ipynb).

0 commit comments

Comments
 (0)