Skip to content

Commit

Permalink
Provide the method to get nke-10k-2023.pdf (#769)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
shaohef and pre-commit-ci[bot] authored Sep 9, 2024
1 parent def19b4 commit a2745b2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ChatQnA/docker/xeon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,15 @@ docker compose -f compose_vllm.yaml up -d

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/main/comps/retrievers/langchain/redis/data/nke-10k-2023.pdf) Upload:
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)
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.
Or run this command to get the file on a terminal.

```bash
wget https://raw.githubusercontent.com/opea-project/GenAIComps/main/comps/retrievers/langchain/redis/data/nke-10k-2023.pdf
```

Upload:

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

0 comments on commit a2745b2

Please sign in to comment.