mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Feature/simpler subpackages (#81)
* Back to simpler directory structure * Bump version, update templates
This commit is contained in:
parent
f081933217
commit
cdace22ee4
256 changed files with 411 additions and 411 deletions
|
|
@ -6,7 +6,7 @@ Uses the GraphRAG service to answer a query
|
|||
|
||||
import argparse
|
||||
import os
|
||||
from trustgraph.core.clients.graph_rag_client import GraphRagClient
|
||||
from trustgraph.clients.graph_rag_client import GraphRagClient
|
||||
|
||||
default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://localhost:6650')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue