Extraction upgrade (#61)

* Added KG Topics
* Updated prompt-template
* Fixed prompt-generic
This commit is contained in:
Jack Colquitt 2024-09-15 14:47:57 -07:00 committed by GitHub
parent 13f6b5d87f
commit 728ff7542a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 401 additions and 45 deletions

6
scripts/kg-extract-topics Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.extract.kg.topics import run
run()