Skip to content
Merged
Show file tree
Hide file tree
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 tutorial/ChatQnA/deploy/add_vector_db.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/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://raw.githubusercontent.com/opea-project/GenAIComps/v1.1/comps/retrievers/redis/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:
Expand Down
2 changes: 1 addition & 1 deletion tutorial/ChatQnA/deploy/aipc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf
```

Upload the file:
Expand Down
2 changes: 1 addition & 1 deletion tutorial/ChatQnA/deploy/gaudi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf
```

Upload the file:
Expand Down
2 changes: 1 addition & 1 deletion tutorial/ChatQnA/deploy/nvidia.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf
```

Upload the file:
Expand Down
2 changes: 1 addition & 1 deletion tutorial/ChatQnA/deploy/xeon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/comps/third_parties/pathway/src/data/nke-10k-2023.pdf
```

Upload the file:
Expand Down