writinwaters commited on
Commit
8c28496
·
1 Parent(s): a2c2382

Updated an obsolete response (#3152)

Browse files

### 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 CHANGED
@@ -91,7 +91,8 @@ curl --request POST \
91
  - `"presentation"`: Presentation
92
  - `"picture"`: Picture
93
  - `"one"`: One
94
- - `"knowledge_graph"`: Knowledge Graph
 
95
  - `"email"`: Email
96
 
97
  - `"parser_config"`: (*Body parameter*), `object`
@@ -676,7 +677,7 @@ Success:
676
  "layout_recognize": true,
677
  "task_page_size": 12
678
  },
679
- "parser_method": "naive",
680
  "process_begin_at": null,
681
  "process_duation": 0.0,
682
  "progress": 0.0,
 
91
  - `"presentation"`: Presentation
92
  - `"picture"`: Picture
93
  - `"one"`: One
94
+ - `"knowledge_graph"`: Knowledge Graph
95
+ Ensure that you have your LLM properly set in
96
  - `"email"`: Email
97
 
98
  - `"parser_config"`: (*Body parameter*), `object`
 
677
  "layout_recognize": true,
678
  "task_page_size": 12
679
  },
680
+ "chunk_method": "naive",
681
  "process_begin_at": null,
682
  "process_duation": 0.0,
683
  "progress": 0.0,