mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +02:00
Bump version, update templates
This commit is contained in:
parent
e4e34dc2d6
commit
d76a32f5ef
69 changed files with 411 additions and 411 deletions
|
|
@ -6,15 +6,15 @@ Loads Graph embeddings into TrustGraph processing.
|
|||
|
||||
import pulsar
|
||||
from pulsar.schema import JsonSchema
|
||||
from trustgraph.core.schema import Triple, Value
|
||||
from trustgraph.core.schema import triples_store_queue
|
||||
from trustgraph.schema import Triple, Value
|
||||
from trustgraph.schema import triples_store_queue
|
||||
import argparse
|
||||
import os
|
||||
import time
|
||||
import pyarrow as pa
|
||||
import pyarrow.parquet as pq
|
||||
|
||||
from trustgraph.core.log_level import LogLevel
|
||||
from trustgraph.log_level import LogLevel
|
||||
|
||||
class Loader:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue