Added mix and match yaml

This commit is contained in:
JackColquitt 2024-08-05 17:11:30 -07:00
parent 0a15e58217
commit ac359580ec
4 changed files with 241 additions and 3 deletions

View file

@ -5,9 +5,8 @@ from trustgraph.graph_rag_client import GraphRagClient
rag = GraphRagClient(pulsar_host="pulsar://localhost:6650")
query="""
Identify any facts which provide an explanation of the explosion of the
space shuttle rocket boosters"""
query="""Write a blog post describing the key points desribing the researcher's methodology for finding Leo VI.
"""
resp = rag.request(query)