Change references to trustgraph-core

This commit is contained in:
Cyber MacGeddon 2024-09-28 22:01:50 +01:00
parent c6737e20be
commit 396a484a11
48 changed files with 54 additions and 54 deletions

View file

@ -6,14 +6,14 @@ Loads a text document into TrustGraph processing.
import pulsar
from pulsar.schema import JsonSchema
from trustgraph.schema import TextDocument, Source, text_ingest_queue
from trustgraph.core.schema import TextDocument, Source, text_ingest_queue
import base64
import hashlib
import argparse
import os
import time
from trustgraph.log_level import LogLevel
from trustgraph.core.log_level import LogLevel
class Loader: