mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 11:52:10 +02:00
Fix issues, RAG working with new services
This commit is contained in:
parent
7f630a3619
commit
dc6ca7c0eb
4 changed files with 7 additions and 4 deletions
|
|
@ -8,6 +8,8 @@ query = " ".join(sys.argv[1:])
|
|||
gr = GraphRag(
|
||||
verbose=True,
|
||||
pulsar_host="pulsar://localhost:6650",
|
||||
completion_request_queue="non-persistent://tg/request/text-completion-rag",
|
||||
completion_response_queue="non-persistent://tg/response/text-completion-rag-response",
|
||||
)
|
||||
|
||||
if query == "":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue