diff --git a/ChatQnA/benchmark/README.md b/ChatQnA/benchmark/README.md index a9482b118..225a67bf9 100644 --- a/ChatQnA/benchmark/README.md +++ b/ChatQnA/benchmark/README.md @@ -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