mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-30 19:06:21 +02:00
Update docs
This commit is contained in:
parent
f25c6949c4
commit
3ac49528d6
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -79,6 +79,14 @@ Pulsar provides two types of connectivity:
|
|||
to answer prompts.
|
||||
- `loader` - Takes a document and loads into the processing pipeline. Used
|
||||
e.g. to add PDF documents.
|
||||
- `pdf-decoder` -
|
||||
- `vector-write-milvus` -
|
||||
- `pdf-decoder` - Takes a PDF doc and emits text extracted from the document.
|
||||
Text extraction from PDF is not a perfect science as PDF is a printable
|
||||
format. For instance, the wrapping of text between lines in a PDF document
|
||||
is not semantically encoded, so the decoder will see wrapped lines as
|
||||
space-separated.
|
||||
- `vector-write-milvus` - Takes vector-entity mappings and records them
|
||||
in the graph.
|
||||
|
||||
## Getting started
|
||||
|
||||
TBD
|
||||
Loading…
Add table
Add a link
Reference in a new issue