Tweaks to rag prompt

This commit is contained in:
JackColquitt 2024-08-06 09:37:19 -07:00
parent ac359580ec
commit fd7c215217
3 changed files with 33 additions and 14 deletions

View file

@ -5,7 +5,7 @@ from trustgraph.graph_rag_client import GraphRagClient
rag = GraphRagClient(pulsar_host="pulsar://localhost:6650")
query="""Write a blog post describing the key points desribing the researcher's methodology for finding Leo VI.
query="""List 20 key points to describe the research that led to the discovery of Leo VI.
"""
resp = rag.request(query)