emilbm commited on
Commit
8ff7bad
·
1 Parent(s): 8f842e4

Update example request body in README for clarity on query and passage formats

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -107,7 +107,10 @@ Or through the Swagger UI.
107
  - **Request Body:**
108
  ```json
109
  {
110
- "texts": ["Hello world", "Hej verden"]
 
 
 
111
  }
112
  ```
113
  - **Response:**
 
107
  - **Request Body:**
108
  ```json
109
  {
110
+ "texts": [
111
+ "query: what is the capital of France?",
112
+ "passage: Paris is the capital of France."
113
+ ]
114
  }
115
  ```
116
  - **Response:**