mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 03:42:11 +02:00
Added mix and match yaml
This commit is contained in:
parent
0a15e58217
commit
ac359580ec
4 changed files with 241 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue