mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Fix sample doc loader (#400)
This commit is contained in:
parent
8120cfa803
commit
8828c00cf6
1 changed files with 1 additions and 9 deletions
|
|
@ -40,8 +40,7 @@ documents = [
|
|||
"id": "https://trustgraph.ai/doc/challenger-report-vol-1",
|
||||
"title": "Report of the Presidential Commission on the Space Shuttle Challenger Accident, Volume 1",
|
||||
"comments": "The findings of the Commission regarding the circumstances surrounding the Challenger accident are reported and recommendations for corrective action are outlined",
|
||||
# "url": "https://ntrs.nasa.gov/api/citations/19860015255/downloads/19860015255.pdf",
|
||||
"url": "file://19860015255.pdf",
|
||||
"url": "https://ntrs.nasa.gov/api/citations/19860015255/downloads/19860015255.pdf",
|
||||
"kind": "application/pdf",
|
||||
"date": datetime.datetime.now().date(),
|
||||
"tags": ["nasa", "safety-engineering", "space-shuttle"],
|
||||
|
|
@ -740,10 +739,3 @@ def main():
|
|||
|
||||
main()
|
||||
|
||||
|
||||
|
||||
|
||||
# https://warwick.ac.uk/fac/soc/pais/people/aldrich/publications/beyond.pdf
|
||||
|
||||
# https://www.ialeia.org/docs/Psychology_of_Intelligence_Analysis.pdf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue