From 78e3418dcbcc3f76cfa53e28ce78dbce05e92885 Mon Sep 17 00:00:00 2001 From: JackColquitt Date: Mon, 23 Sep 2024 15:01:23 -0700 Subject: [PATCH] Readme tweaks --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da30c710..2638eefc 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,15 @@ 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 process is launched automatically with either of following commands pointing to the path of a desired text corpus or the included sample file: +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 files: +PDF file: ``` scripts/load-pdf -f sample-text-corpus.pdf +``` + +Text file: +``` scripts/load-text -f sample-text-corpus.txt ```