From 31156f59b16c14be0f1d95f21df6e0e8d86a611a Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 15 Jul 2024 18:58:03 +0100 Subject: [PATCH] Good demo query --- tests/test-graph-rag | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)