diff --git a/tests/test-graph-rag b/tests/test-graph-rag index c6abfe05..c2f629b1 100755 --- a/tests/test-graph-rag +++ b/tests/test-graph-rag @@ -5,8 +5,9 @@ from trustgraph.graph_rag_client import GraphRagClient rag = GraphRagClient(pulsar_host="pulsar://localhost:6650") -query="""This knowledge graph describes the Space Shuttle disaster. -Present 20 facts which are present in the knowledge graph.""" +query=""" +Identify any facts which provide an explanation of the explosion of the +space shuttle rocket boosters""" resp = rag.request(query)