From b42d24575ca16d0ac81cd2f6cc3644a073020e0b Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:00:15 +0800 Subject: [PATCH] Updated an obsolete response (#3152) ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Documentation Update --- docs/references/http_api_reference.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/references/http_api_reference.md b/docs/references/http_api_reference.md index 7ee0314e1..10eebfe8a 100644 --- a/docs/references/http_api_reference.md +++ b/docs/references/http_api_reference.md @@ -91,7 +91,8 @@ curl --request POST \ - `"presentation"`: Presentation - `"picture"`: Picture - `"one"`: One - - `"knowledge_graph"`: Knowledge Graph + - `"knowledge_graph"`: Knowledge Graph + Ensure that you have your LLM properly set in - `"email"`: Email - `"parser_config"`: (*Body parameter*), `object` @@ -676,7 +677,7 @@ Success: "layout_recognize": true, "task_page_size": 12 }, - "parser_method": "naive", + "chunk_method": "naive", "process_begin_at": null, "process_duation": 0.0, "progress": 0.0,