Feature/simpler subpackages (#81)

* Back to simpler directory structure

* Bump version, update templates
This commit is contained in:
cybermaggedon 2024-09-30 16:16:20 +01:00 committed by GitHub
parent f081933217
commit cdace22ee4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
256 changed files with 411 additions and 411 deletions

View file

@ -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')