mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Added Mistral OCR client (#326)
- Added Mistral OCR client - Template updates for pdf-ocr - Template updates for pdf-ocr-mistral
This commit is contained in:
parent
fe422b2b95
commit
482592b976
10 changed files with 299 additions and 0 deletions
|
|
@ -37,6 +37,10 @@
|
|||
"graph-rag": import "components/graph-rag.jsonnet",
|
||||
"document-rag": import "components/document-rag.jsonnet",
|
||||
|
||||
// OCR options
|
||||
"ocr": import "components/ocr.jsonnet",
|
||||
"mistral-ocr": import "components/mistral-ocr.jsonnet",
|
||||
|
||||
// Librarian - document management
|
||||
"librarian": import "components/librarian.jsonnet",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue