Skip to content

Commit a2745b2

Browse files
Provide the method to get nke-10k-2023.pdf (#769)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent def19b4 commit a2745b2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

ChatQnA/docker/xeon/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,15 @@ docker compose -f compose_vllm.yaml up -d
379379

380380
If you want to update the default knowledge base, you can use the following commands:
381381

382-
Update Knowledge Base via Local File [nke-10k-2023.pdf](https://github.com/opea-project/GenAIComps/blob/main/comps/retrievers/langchain/redis/data/nke-10k-2023.pdf) Upload:
382+
Update Knowledge Base via Local File [nke-10k-2023.pdf](https://github.com/opea-project/GenAIComps/blob/main/comps/retrievers/langchain/redis/data/nke-10k-2023.pdf)
383+
Click [here](https://raw.githubusercontent.com/opea-project/GenAIComps/main/comps/retrievers/langchain/redis/data/nke-10k-2023.pdf) to download the file via any web browser.
384+
Or run this command to get the file on a terminal.
385+
386+
```bash
387+
wget https://raw.githubusercontent.com/opea-project/GenAIComps/main/comps/retrievers/langchain/redis/data/nke-10k-2023.pdf
388+
```
389+
390+
Upload:
383391

384392
```bash
385393
curl -X POST "http://${host_ip}:6007/v1/dataprep" \

0 commit comments

Comments
 (0)