-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b5169a
commit 9ddb747
Showing
8 changed files
with
72 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
graph TD; | ||
style A fill:#fafaf8,stroke:#000,stroke-width:1px; | ||
style B fill:#fafaf8,stroke:#000,stroke-width:1px; | ||
style C fill:#fafaf8,stroke:#000,stroke-width:1px; | ||
style D fill:#fafaf8,stroke:#000,stroke-width:1px; | ||
|
||
A["'What's the largest checking transaction?'"] -->|source_ids| B["Look in an extracted field"] | ||
A -->|searchBySummarization| C["locate context using page summaries"] | ||
A -->|default| D["Locate context using page chunks"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- I create these in | ||
https://mermaid.live/ | ||
- theme: corporate | ||
|
||
fill color for boxes: #fafaf8 (Sensible's light gray branding color) | ||
|
||
my screen's at 100% zoom |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
readme-sync/v0/senseml-reference/8000 - concepts/draft-llm-features.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
hidden: true | ||
title: "LLM features overview" | ||
--- | ||
|
||
- *see also: troubleshoot-llms* | ||
|
||
- *prompt tips stuff in each LLM topic* | ||
- *prompt tips in /prompt* | ||
- *other stuff?* | ||
- *BLOG post on chaining prompts?* | ||
|
||
*TO DOs: -- search by summarization is NOT global; NLP table don't support it.* *needs fixed for Query group but List is already fixed* | ||
|
||
Sensible supports large language model (LLM)-based document automation workflows. In particular, Sensible supports: | ||
|
||
- document data extraction, within the document types you define in your Sensible account. For more information, see LLM-based methods TODO link. | ||
- classification of documents by the document types you define in your Sensible account. Fore more information, see Classifying documents by type TODO link. | ||
|
||
#### document extraction features | ||
|
||
Here are some of the the things you can do w/ document data extraction: | ||
|
||
- Extract document primitives like tables, lists, and short facts. TODO: short little image of a doc showing these things?? TODO add those same images to the LLM-based methods index page? | ||
- Extract multimodal stuff (TODO copy from \author) | ||
- Chained-prompts (TODO) | ||
- Search by summary for TODO WHY? | ||
- configurable LLM engine; choose from Anthropic or OpenAI. (that's it right?) for TODO WHY? | ||
- confidence signals for qualify LLM accuracy (TODO link) | ||
- advance configuration for stuff like: | ||
- context completness | ||
- context location | ||
- troubleshoot prompts | ||
|
||
#### document classification features | ||
|
||
Here are some of the things you can do with document classification: | ||
|
||
- classify any document that belongs to one of the types you've defined in your account. you can configure LLM classification w/ a document type description, or leave it as-is | ||
- Segment a portfolio document into multiple document types coplete w page ranges and then treat each document in the protfiol separately. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters