Skip to content

Commit

Permalink
Update 1000 - draft-nlp-table.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fscelliott committed Aug 22, 2023
1 parent f45326e commit 2efb3b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Parameters
| key | value | description |
| :---------------- | :--------------------- | :----------------------------------------------------------- |
| id (**required**) | `nlpTable` | The Anchor parameter is optional for fields that use this method. If you specify an anchor, Sensible ignores it. |
| restructureTable | Boolean. default: true | If false, skips the full table restructure described in the Notes section and ignores the Prompt Introduction. Configure this to false to improve performance and to avoid LLM token overflow errors caused by large tables. Token overflows are likely to occur if a table exceeds TBD characters. TODO: how many characters??<br/>If true, then you can instruct the LLM to split or merge columns or otherwise transform the table in the prompt. If false, the LLM returns the table body unchanged from the OCR extraction, and all you can do is rename the column headings using the column descriptions you write in the prompt. |
| restructureTable | Boolean. default: true | If true, then you can instruct the LLM to split or merge columns or otherwise transform the table in the prompt.<br/> Configure this to false to improve performance and to avoid LLM token overflow errors caused by large tables. Token overflows are likely to occur if a table exceeds TBD characters. TODO: how many characters?? If false, skips the full table restructure described in the Notes section and ignores the Prompt Introduction. As a result, the LLM LLM returns the table body unchanged from the OCR extraction, and the only change you can make is to rename the column headings using the column descriptions you write in the prompt.<br/><br/> |
| | | |
| | | |
| | | |
Expand Down

0 comments on commit 2efb3b0

Please sign in to comment.