This website requires JavaScript.
Explore
Help
Register
Sign in
apunkt
/
trustgraph
Watch
1
Star
0
Fork
You've already forked trustgraph
0
mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced
2026-04-25 16:36:21 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
5951fb4e56
trustgraph
/
scripts
/
kg-extract-definitions
7 lines
82 B
Text
Raw
Normal View
History
Unescape
Escape
Trustgraph initial code drop
2024-07-10 23:20:06 +01:00
#!/usr/bin/env python3
Extract rows and apply object embeddings (#42) * - 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
2024-08-27 21:55:12 +01:00
from trustgraph.extract.kg.definitions import run
Trustgraph initial code drop
2024-07-10 23:20:06 +01:00
run()
Reference in a new issue
Copy permalink