mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 11:52:10 +02:00
Tweaks to rag prompt
This commit is contained in:
parent
ac359580ec
commit
fd7c215217
3 changed files with 33 additions and 14 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue