From 11b791c72b651eaf5f5244c6d0888a3da525fef1 Mon Sep 17 00:00:00 2001 From: 90houlaoheshang <907333918@qq.com> Date: Tue, 5 Nov 2024 16:48:29 +0800 Subject: [PATCH] README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e3a1761..33d36ae1 100644 --- a/README.md +++ b/README.md @@ -526,7 +526,8 @@ The API server provides the following endpoints: ```json { "query": "Your question here", - "mode": "hybrid" // Can be "naive", "local", "global", or "hybrid" + "mode": "hybrid", // Can be "naive", "local", "global", or "hybrid" + "only_need_context": true // Optional: Defaults to false, if true, only the referenced context will be returned, otherwise the llm answer will be returned } ``` - **Example:**