mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-28 18:06:21 +02:00
- Change flawed _client timeout logic which was causing major lags
- Moved clients to trustgraph.clients to tidy the parent directory - Version bump
This commit is contained in:
parent
bdf4bc2bf5
commit
20f983eec9
34 changed files with 232 additions and 238 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import pulsar
|
||||
from trustgraph.prompt_client import PromptClient
|
||||
from trustgraph.clients.prompt_client import PromptClient
|
||||
|
||||
p = PromptClient(pulsar_host="pulsar://localhost:6650")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue