Skip to content

Commit

Permalink
update readme for w/o rerank (#731)
Browse files Browse the repository at this point in the history
Signed-off-by: letonghan <letong.han@intel.com>
  • Loading branch information
letonghan authored Sep 4, 2024
1 parent 995a62c commit 4a51874
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChatQnA/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,15 @@ Run the cURL command to upload file:

```bash
cd GenAIEval/evals/benchmark/data
# RAG with Rerank
curl -X POST "http://${cluster_ip}:6007/v1/dataprep" \
-H "Content-Type: multipart/form-data" \
-F "files=@./upload_file.txt" \
-F "chunk_size=3800"
# RAG without Rerank
curl -X POST "http://${cluster_ip}:6007/v1/dataprep" \
-H "Content-Type: multipart/form-data" \
-F "files=@./upload_file_no_rerank.txt"
```

##### 3.2 Run Benchmark Test
Expand Down

0 comments on commit 4a51874

Please sign in to comment.