Skip to content

Commit 5c7b41c

Browse files
authored
Update docs to clone or download from latest v1.3 everywhere (opea-project#1979)
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
1 parent afb46bd commit 5c7b41c

25 files changed

Lines changed: 44 additions & 44 deletions

File tree

AudioQnA/docker_compose/intel/cpu/xeon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ git clone https://github.com/opea-project/GenAIExamples.git
3131
cd GenAIExamples/AudioQnA
3232
```
3333

34-
Then checkout a released version, such as v1.2:
34+
Then checkout a released version, such as v1.3:
3535

3636
```bash
37-
git checkout v1.2
37+
git checkout v1.3
3838
```
3939

4040
### Configure the Deployment Environment

AudioQnA/docker_compose/intel/cpu/xeon/README_vllm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ git clone https://github.com/opea-project/GenAIComps.git
3030
If you are using a specific branch or tag, then we perform git checkout to the desired version.
3131

3232
```bash
33-
### Replace "v1.2" with the code version you need (branch or tag)
34-
cd cd ~/searchqna-test/GenAIExamples/SearchQnA/docker_image_build && git checkout v1.2
33+
### Replace "v1.3" with the code version you need (branch or tag)
34+
cd cd ~/searchqna-test/GenAIExamples/SearchQnA/docker_image_build && git checkout v1.3
3535
git clone https://github.com/opea-project/GenAIComps.git
3636
```
3737

AudioQnA/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ git clone https://github.com/opea-project/GenAIExamples.git
3131
cd GenAIExamples/AudioQnA
3232
```
3333

34-
Then checkout a released version, such as v1.2:
34+
Then checkout a released version, such as v1.3:
3535

3636
```bash
37-
git checkout v1.2
37+
git checkout v1.3
3838
```
3939

4040
### Configure the Deployment Environment

AvatarChatbot/docker_compose/amd/gpu/rocm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ python3 ui/gradio/app_gradio_demo_avatarchatbot.py
194194

195195
The UI can be viewed at http://${host_ip}:7861
196196
<img src="../../../../assets/img/UI.png" alt="UI Example" width="60%">
197-
In the current version v1.0, you need to set the avatar figure image/video and the DL model choice in the environment variables before starting AvatarChatbot backend service and running the UI. Please just customize the audio question in the UI.
197+
In the current version v1.3, you need to set the avatar figure image/video and the DL model choice in the environment variables before starting AvatarChatbot backend service and running the UI. Please just customize the audio question in the UI.
198198
\*\* We will enable change of avatar figure between runs in v2.0
199199

200200
## Troubleshooting

AvatarChatbot/docker_compose/intel/cpu/xeon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ python3 ui/gradio/app_gradio_demo_avatarchatbot.py
164164

165165
The UI can be viewed at http://${host_ip}:7861
166166
<img src="../../../../assets/img/UI.png" alt="UI Example" width="60%">
167-
In the current version v1.0, you need to set the avatar figure image/video and the DL model choice in the environment variables before starting AvatarChatbot backend service and running the UI. Please just customize the audio question in the UI.
167+
In the current version v1.3, you need to set the avatar figure image/video and the DL model choice in the environment variables before starting AvatarChatbot backend service and running the UI. Please just customize the audio question in the UI.
168168
\*\* We will enable change of avatar figure between runs in v2.0
169169

170170
## Troubleshooting

AvatarChatbot/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ python3 ui/gradio/app_gradio_demo_avatarchatbot.py
174174

175175
The UI can be viewed at http://${host_ip}:7861
176176
<img src="../../../../assets/img/UI.png" alt="UI Example" width="60%">
177-
In the current version v1.0, you need to set the avatar figure image/video and the DL model choice in the environment variables before starting AvatarChatbot backend service and running the UI. Please just customize the audio question in the UI.
177+
In the current version v1.3, you need to set the avatar figure image/video and the DL model choice in the environment variables before starting AvatarChatbot backend service and running the UI. Please just customize the audio question in the UI.
178178
\*\* We will enable change of avatar figure between runs in v2.0
179179

180180
## Troubleshooting

ChatQnA/README_miscellaneous.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To construct the MegaService with Rerank, we utilize the [GenAIExamples](https:/
1313

1414
```bash
1515
git clone https://github.com/opea-project/GenAIExamples.git
16-
git fetch && git checkout tags/v1.2
16+
git fetch && git checkout v1.3
1717
cd GenAIExamples/ChatQnA
1818
docker build --no-cache -t opea/chatqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
1919
```

ChatQnA/docker_compose/intel/cpu/aipc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ For details on how to verify the correctness of the response, refer to [how-to-v
266266

267267
```bash
268268
# download pdf file
269-
wget https://raw.githubusercontent.com/opea-project/GenAIComps/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf
269+
wget https://raw.githubusercontent.com/opea-project/GenAIComps/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf
270270

271271
# upload pdf file with dataprep
272272
curl -X POST "http://${host_ip}:6007/v1/dataprep/ingest" \

ChatQnA/docker_compose/intel/cpu/xeon/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ git clone https://github.com/opea-project/GenAIExamples.git
2929
cd GenAIExamples/ChatQnA/docker_compose/intel/cpu/xeon/
3030
```
3131

32-
Checkout a released version, such as v1.2:
32+
Checkout a released version, such as v1.3:
3333

3434
```
35-
git checkout v1.2
35+
git checkout v1.3
3636
```
3737

3838
### Generate a HuggingFace Access Token
@@ -298,12 +298,12 @@ For details on how to verify the correctness of the response, refer to [how-to-v
298298

299299
If you want to update the default knowledge base, you can use the following commands:
300300

301-
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
302-
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.
301+
Update Knowledge Base via Local File [nke-10k-2023.pdf](https://raw.githubusercontent.com/opea-project/GenAIComps/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf). Or
302+
click [here](https://raw.githubusercontent.com/opea-project/GenAIComps/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf) to download the file via any web browser.
303303
Or run this command to get the file on a terminal.
304304

305305
```bash
306-
wget https://raw.githubusercontent.com/opea-project/GenAIComps/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf
306+
wget https://raw.githubusercontent.com/opea-project/GenAIComps/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf
307307
```
308308

309309
Upload:

ChatQnA/docker_compose/intel/cpu/xeon/README_pinecone.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,12 @@ For details on how to verify the correctness of the response, refer to [how-to-v
326326
327327
If you want to update the default knowledge base, you can use the following commands:
328328
329-
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
330-
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.
329+
Update Knowledge Base via Local File [nke-10k-2023.pdf](https://raw.githubusercontent.com/opea-project/GenAIComps/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf). Or
330+
click [here](https://raw.githubusercontent.com/opea-project/GenAIComps/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf) to download the file via any web browser.
331331
Or run this command to get the file on a terminal.
332332
333333
```bash
334-
wget https://raw.githubusercontent.com/opea-project/GenAIComps/v1.1/comps/retrievers/redis/data/nke-10k-2023.pdf
334+
wget https://raw.githubusercontent.com/opea-project/GenAIComps/v1.3/comps/third_parties/pathway/src/data/nke-10k-2023.pdf
335335
336336
```
337337

0 commit comments

Comments
 (0)