Skip to content

Commit eef95b7

Browse files
authored
Update docs to clone or download from latest v1.3 everywhere (#382)
* Update docs to clone or download from latest v1.3 everywhere Signed-off-by: Abolfazl Shahbazi <[email protected]> * Switch to main from latest release for downloading 'nke-10k-2023.pdf' Signed-off-by: Abolfazl Shahbazi <[email protected]> --------- Signed-off-by: Abolfazl Shahbazi <[email protected]>
1 parent ccd2029 commit eef95b7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

tutorial/ChatQnA/deploy/add_vector_db.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,11 @@ Follow the instructions to validate MicroServices.
370370
371371
#### Dataprep Microservice(Optional)
372372
If you want to update the default knowledge base, you can use the following commands:
373-
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
374-
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.
373+
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
374+
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.
375375
376376
```bash
377-
wget https://raw.githubusercontent.com/opea-project/GenAIComps/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf
377+
wget https://github.com/opea-project/GenAIComps/blob/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf
378378
```
379379
380380
Upload:

tutorial/ChatQnA/deploy/aipc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ The knowledge base can be updated using the dataprep microservice, which extract
338338

339339
`nke-10k-2023.pdf` is Nike's annual report on a form 10-K. Run this command to download the file:
340340
```bash
341-
wget https://github.com/opea-project/GenAIComps/blob/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf
341+
wget https://github.com/opea-project/GenAIComps/blob/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf
342342
```
343343

344344
Upload the file:

tutorial/ChatQnA/deploy/gaudi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ The knowledge base can be updated using the dataprep microservice, which extract
343343
344344
`nke-10k-2023.pdf` is Nike's annual report on a form 10-K. Run this command to download the file:
345345
```bash
346-
wget https://github.com/opea-project/GenAIComps/blob/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf
346+
wget https://github.com/opea-project/GenAIComps/blob/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf
347347
```
348348
349349
Upload the file:

tutorial/ChatQnA/deploy/nvidia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ The knowledge base can be updated using the dataprep microservice, which extract
246246

247247
`nke-10k-2023.pdf` is Nike's annual report on a form 10-K. Run this command to download the file:
248248
```bash
249-
wget https://github.com/opea-project/GenAIComps/blob/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf
249+
wget https://github.com/opea-project/GenAIComps/blob/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf
250250
```
251251

252252
Upload the file:

tutorial/ChatQnA/deploy/xeon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ The knowledge base can be updated using the dataprep microservice, which extract
306306
307307
`nke-10k-2023.pdf` is Nike's annual report on a form 10-K. Run this command to download the file:
308308
```bash
309-
wget https://github.com/opea-project/GenAIComps/blob/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf
309+
wget https://github.com/opea-project/GenAIComps/blob/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf
310310
```
311311
312312
Upload the file:

0 commit comments

Comments
 (0)