Graph RAG working I think

This commit is contained in:
Cyber MacGeddon 2025-04-22 00:27:39 +01:00
parent 8c38dc30ff
commit 6be7b30633
5 changed files with 31 additions and 24 deletions

View file

@ -3,7 +3,9 @@
import pulsar
from trustgraph.clients.triples_query_client import TriplesQueryClient
tq = TriplesQueryClient(pulsar_host="pulsar://localhost:6650")
tq = TriplesQueryClient(
pulsar_host="pulsar://localhost:6650",
)
e = "http://trustgraph.ai/e/shuttle"