README
Browse files
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:**
|