From 66cfae4e5c91750fe363051c162e243f4b688d87 Mon Sep 17 00:00:00 2001 From: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> Date: Wed, 21 May 2025 17:15:47 -0700 Subject: [PATCH 1/2] Update docs to clone or download from latest v1.3 everywhere Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> --- tutorial/ChatQnA/deploy/add_vector_db.md | 6 +++--- tutorial/ChatQnA/deploy/aipc.md | 2 +- tutorial/ChatQnA/deploy/gaudi.md | 2 +- tutorial/ChatQnA/deploy/nvidia.md | 2 +- tutorial/ChatQnA/deploy/xeon.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tutorial/ChatQnA/deploy/add_vector_db.md b/tutorial/ChatQnA/deploy/add_vector_db.md index 6c3fd627..4f218ffe 100644 --- a/tutorial/ChatQnA/deploy/add_vector_db.md +++ b/tutorial/ChatQnA/deploy/add_vector_db.md @@ -370,11 +370,11 @@ Follow the instructions to validate MicroServices. #### Dataprep Microservice(Optional) If you want to update the default knowledge base, you can use the following commands: -Update Knowledge Base via Local File [nke-10k-2023.pdf](https://github.com/opea-project/GenAIComps/blob/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf). Or -click [here](https://raw.githubusercontent.com/opea-project/GenAIComps/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf) to download the file via any web browser Or run this command to get the file on a terminal. +Update Knowledge Base via Local File [nke-10k-2023.pdf](https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf). Or +click [here](https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf) to download the file via any web browser Or run this command to get the file on a terminal. ```bash -wget https://raw.githubusercontent.com/opea-project/GenAIComps/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf +wget https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf ``` Upload: diff --git a/tutorial/ChatQnA/deploy/aipc.md b/tutorial/ChatQnA/deploy/aipc.md index 4a88e5a9..8e24809c 100644 --- a/tutorial/ChatQnA/deploy/aipc.md +++ b/tutorial/ChatQnA/deploy/aipc.md @@ -338,7 +338,7 @@ The knowledge base can be updated using the dataprep microservice, which extract `nke-10k-2023.pdf` is Nike's annual report on a form 10-K. Run this command to download the file: ```bash -wget https://github.com/opea-project/GenAIComps/blob/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf +wget https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf ``` Upload the file: diff --git a/tutorial/ChatQnA/deploy/gaudi.md b/tutorial/ChatQnA/deploy/gaudi.md index 4a43de53..2e3222fe 100644 --- a/tutorial/ChatQnA/deploy/gaudi.md +++ b/tutorial/ChatQnA/deploy/gaudi.md @@ -343,7 +343,7 @@ The knowledge base can be updated using the dataprep microservice, which extract `nke-10k-2023.pdf` is Nike's annual report on a form 10-K. Run this command to download the file: ```bash -wget https://github.com/opea-project/GenAIComps/blob/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf +wget https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf ``` Upload the file: diff --git a/tutorial/ChatQnA/deploy/nvidia.md b/tutorial/ChatQnA/deploy/nvidia.md index e65de390..8cf18849 100644 --- a/tutorial/ChatQnA/deploy/nvidia.md +++ b/tutorial/ChatQnA/deploy/nvidia.md @@ -246,7 +246,7 @@ The knowledge base can be updated using the dataprep microservice, which extract `nke-10k-2023.pdf` is Nike's annual report on a form 10-K. Run this command to download the file: ```bash -wget https://github.com/opea-project/GenAIComps/blob/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf +wget https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf ``` Upload the file: diff --git a/tutorial/ChatQnA/deploy/xeon.md b/tutorial/ChatQnA/deploy/xeon.md index 955dfce5..b1b3e220 100644 --- a/tutorial/ChatQnA/deploy/xeon.md +++ b/tutorial/ChatQnA/deploy/xeon.md @@ -306,7 +306,7 @@ The knowledge base can be updated using the dataprep microservice, which extract `nke-10k-2023.pdf` is Nike's annual report on a form 10-K. Run this command to download the file: ```bash -wget https://github.com/opea-project/GenAIComps/blob/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf +wget https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf ``` Upload the file: From efd6763e1a5c56c56b195128b6fa20279349443d Mon Sep 17 00:00:00 2001 From: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> Date: Wed, 21 May 2025 20:20:53 -0700 Subject: [PATCH 2/2] Switch to main from latest release for downloading 'nke-10k-2023.pdf' Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> --- tutorial/ChatQnA/deploy/add_vector_db.md | 6 +++--- tutorial/ChatQnA/deploy/aipc.md | 2 +- tutorial/ChatQnA/deploy/gaudi.md | 2 +- tutorial/ChatQnA/deploy/nvidia.md | 2 +- tutorial/ChatQnA/deploy/xeon.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tutorial/ChatQnA/deploy/add_vector_db.md b/tutorial/ChatQnA/deploy/add_vector_db.md index 4f218ffe..e7fa01e6 100644 --- a/tutorial/ChatQnA/deploy/add_vector_db.md +++ b/tutorial/ChatQnA/deploy/add_vector_db.md @@ -370,11 +370,11 @@ Follow the instructions to validate MicroServices. #### Dataprep Microservice(Optional) If you want to update the default knowledge base, you can use the following commands: -Update Knowledge Base via Local File [nke-10k-2023.pdf](https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf). Or -click [here](https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf) to download the file via any web browser Or run this command to get the file on a terminal. +Update Knowledge Base via Local File [nke-10k-2023.pdf](https://github.com/opea-project/GenAIComps/blob/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf). Or +click [here](https://github.com/opea-project/GenAIComps/blob/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf) to download the file via any web browser Or run this command to get the file on a terminal. ```bash -wget https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf +wget https://github.com/opea-project/GenAIComps/blob/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf ``` Upload: diff --git a/tutorial/ChatQnA/deploy/aipc.md b/tutorial/ChatQnA/deploy/aipc.md index 8e24809c..bd295837 100644 --- a/tutorial/ChatQnA/deploy/aipc.md +++ b/tutorial/ChatQnA/deploy/aipc.md @@ -338,7 +338,7 @@ The knowledge base can be updated using the dataprep microservice, which extract `nke-10k-2023.pdf` is Nike's annual report on a form 10-K. Run this command to download the file: ```bash -wget https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf +wget https://github.com/opea-project/GenAIComps/blob/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf ``` Upload the file: diff --git a/tutorial/ChatQnA/deploy/gaudi.md b/tutorial/ChatQnA/deploy/gaudi.md index 2e3222fe..df332581 100644 --- a/tutorial/ChatQnA/deploy/gaudi.md +++ b/tutorial/ChatQnA/deploy/gaudi.md @@ -343,7 +343,7 @@ The knowledge base can be updated using the dataprep microservice, which extract `nke-10k-2023.pdf` is Nike's annual report on a form 10-K. Run this command to download the file: ```bash -wget https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf +wget https://github.com/opea-project/GenAIComps/blob/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf ``` Upload the file: diff --git a/tutorial/ChatQnA/deploy/nvidia.md b/tutorial/ChatQnA/deploy/nvidia.md index 8cf18849..5f15aa16 100644 --- a/tutorial/ChatQnA/deploy/nvidia.md +++ b/tutorial/ChatQnA/deploy/nvidia.md @@ -246,7 +246,7 @@ The knowledge base can be updated using the dataprep microservice, which extract `nke-10k-2023.pdf` is Nike's annual report on a form 10-K. Run this command to download the file: ```bash -wget https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf +wget https://github.com/opea-project/GenAIComps/blob/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf ``` Upload the file: diff --git a/tutorial/ChatQnA/deploy/xeon.md b/tutorial/ChatQnA/deploy/xeon.md index b1b3e220..65369a8b 100644 --- a/tutorial/ChatQnA/deploy/xeon.md +++ b/tutorial/ChatQnA/deploy/xeon.md @@ -306,7 +306,7 @@ The knowledge base can be updated using the dataprep microservice, which extract `nke-10k-2023.pdf` is Nike's annual report on a form 10-K. Run this command to download the file: ```bash -wget https://github.com/opea-project/GenAIComps/blob/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf +wget https://github.com/opea-project/GenAIComps/blob/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf ``` Upload the file: