mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 09:11:03 +02:00
Change references to trustgraph-core
This commit is contained in:
parent
c6737e20be
commit
396a484a11
48 changed files with 54 additions and 54 deletions
|
|
@ -6,15 +6,15 @@ Loads Graph embeddings into TrustGraph processing.
|
|||
|
||||
import pulsar
|
||||
from pulsar.schema import JsonSchema
|
||||
from trustgraph.schema import GraphEmbeddings, Value
|
||||
from trustgraph.schema import graph_embeddings_store_queue
|
||||
from trustgraph.core.schema import GraphEmbeddings, Value
|
||||
from trustgraph.core.schema import graph_embeddings_store_queue
|
||||
import argparse
|
||||
import os
|
||||
import time
|
||||
import pyarrow as pa
|
||||
import pyarrow.parquet as pq
|
||||
|
||||
from trustgraph.log_level import LogLevel
|
||||
from trustgraph.core.log_level import LogLevel
|
||||
|
||||
class Loader:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue