mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +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,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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue