mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
* - Restructured the extract directories - Added an extractor for 'rows' == a row of a table - Added a row extractor prompt to prompter. * Add row support to template prompter * Row extraction working * Bump version * Emit extracted info * Object embeddings store * Invocation script * Add script to package, remove cruft output * Write rows to Cassandra * Remove output cruft
6 lines
78 B
Python
Executable file
6 lines
78 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from trustgraph.extract.object.row import run
|
|
|
|
run()
|
|
|