mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 08:56:21 +02:00
Added sample files
This commit is contained in:
parent
124cb20932
commit
e2c326c626
3 changed files with 373 additions and 1 deletions
|
|
@ -101,7 +101,12 @@ TrustGraph extracts knowledge from a text corpus (PDF or text) to a knowledge gr
|
|||
- Entities
|
||||
- Semantic Relationships
|
||||
|
||||
The extraction prompts are built through templates, enabling customized extraction processes for a specific use case.
|
||||
The extraction prompts are built through templates, enabling customized extraction processes for a specific use case. The extraction process is launched automatically with either of following commands pointing to the path of a desired text corpus or the included sample file:
|
||||
|
||||
```
|
||||
scripts/load-pdf -f sample-text-corpus.pdf
|
||||
scripts/load-text -f sample-text-corpus.txt
|
||||
```
|
||||
|
||||
## GraphRAG Queries
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue