mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 11:41:02 +02:00
Updated all CLIs
This commit is contained in:
parent
cd88efa332
commit
d0cc173112
5 changed files with 13 additions and 19 deletions
|
|
@ -7,7 +7,6 @@ Loads Graph embeddings into TrustGraph processing.
|
|||
import pulsar
|
||||
from pulsar.schema import JsonSchema
|
||||
from trustgraph.schema import Triples, Triple, Value, Metadata
|
||||
from trustgraph.schema import triples_store_queue
|
||||
import argparse
|
||||
import os
|
||||
import time
|
||||
|
|
@ -180,5 +179,6 @@ def main():
|
|||
|
||||
time.sleep(10)
|
||||
|
||||
main()
|
||||
print("Not implemented.")
|
||||
#main()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue