mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-30 01:35:14 +02:00
feat: replace external sample documents with bundled demo content (#956)
Replaces the URL-based PDF downloads in tg-load-sample-documents with seven curated, locally bundled documents covering diverse topics (recipes, Belgian beer, trade routes, corporate scandals, pets, fortifications, Bronze Age collapse). Documents are packaged as data files within trustgraph-cli and loaded from metadata.json, removing the dependency on external URLs and the doc-cache mechanism.
This commit is contained in:
parent
fd6e3e1269
commit
4f2185c621
19 changed files with 1541 additions and 682 deletions
|
|
@ -121,6 +121,9 @@ tg-show-extraction-provenance = "trustgraph.cli.show_extraction_provenance:main"
|
|||
tg-list-explain-traces = "trustgraph.cli.list_explain_traces:main"
|
||||
tg-show-explain-trace = "trustgraph.cli.show_explain_trace:main"
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"trustgraph.cli.sample_documents" = ["*.md", "*.pdf", "*.json"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["trustgraph*"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue