antas commited on
Commit
c3f4554
·
1 Parent(s): 1b35ed6
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -526,7 +526,8 @@ The API server provides the following endpoints:
526
  ```json
527
  {
528
  "query": "Your question here",
529
- "mode": "hybrid" // Can be "naive", "local", "global", or "hybrid"
 
530
  }
531
  ```
532
  - **Example:**
 
526
  ```json
527
  {
528
  "query": "Your question here",
529
+ "mode": "hybrid", // Can be "naive", "local", "global", or "hybrid"
530
+ "only_need_context": true // Optional: Defaults to false, if true, only the referenced context will be returned, otherwise the llm answer will be returned
531
  }
532
  ```
533
  - **Example:**