mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-15 01:35:13 +02:00
Fix extract-definitions bug
This commit is contained in:
parent
a7182b8f6f
commit
202f4e5298
6 changed files with 42 additions and 42 deletions
|
|
@ -38,7 +38,7 @@ class Processor(ConsumerProducer):
|
|||
}
|
||||
)
|
||||
|
||||
self.llm = LlmClient(pulsar_host=pulsar_host)
|
||||
self.llm = LlmClient(pulsar_host=self.pulsar_host)
|
||||
|
||||
def to_uri(self, text):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue