Skip to content

Commit 4a51874

Browse files
authored
update readme for w/o rerank (#731)
Signed-off-by: letonghan <letong.han@intel.com>
1 parent 995a62c commit 4a51874

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ChatQnA/benchmark/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,15 @@ Run the cURL command to upload file:
163163

164164
```bash
165165
cd GenAIEval/evals/benchmark/data
166+
# RAG with Rerank
166167
curl -X POST "http://${cluster_ip}:6007/v1/dataprep" \
167168
-H "Content-Type: multipart/form-data" \
168169
-F "files=@./upload_file.txt" \
169170
-F "chunk_size=3800"
171+
# RAG without Rerank
172+
curl -X POST "http://${cluster_ip}:6007/v1/dataprep" \
173+
-H "Content-Type: multipart/form-data" \
174+
-F "files=@./upload_file_no_rerank.txt"
170175
```
171176

172177
##### 3.2 Run Benchmark Test

0 commit comments

Comments
 (0)