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,7 +6,7 @@ Uses the GraphRAG service to answer a query
import argparse
import os
from trustgraph.clients.graph_rag_client import GraphRagClient
from trustgraph.core.clients.graph_rag_client import GraphRagClient
default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://localhost:6650')