mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 03:31:02 +02:00
Graph RAG working I think
This commit is contained in:
parent
8c38dc30ff
commit
6be7b30633
5 changed files with 31 additions and 24 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue