mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +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
|
|
@ -59,6 +59,7 @@ setuptools.setup(
|
|||
"pulsar-client",
|
||||
"pymilvus",
|
||||
"pypdf",
|
||||
"mistralai",
|
||||
"pyyaml",
|
||||
"qdrant-client",
|
||||
"rdflib",
|
||||
|
|
@ -98,6 +99,7 @@ setuptools.setup(
|
|||
"scripts/object-extract-row",
|
||||
"scripts/oe-write-milvus",
|
||||
"scripts/pdf-decoder",
|
||||
"scripts/pdf-ocr-mistral",
|
||||
"scripts/prompt-generic",
|
||||
"scripts/prompt-template",
|
||||
"scripts/rows-write-cassandra",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue