mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-18 03:45:12 +02:00
Extraction upgrade (#61)
* Added KG Topics * Updated prompt-template * Fixed prompt-generic
This commit is contained in:
parent
13f6b5d87f
commit
728ff7542a
12 changed files with 401 additions and 45 deletions
6
scripts/kg-extract-topics
Executable file
6
scripts/kg-extract-topics
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.extract.kg.topics import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue