mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 17:06:22 +02:00
Feature/rework kg core (#171)
* Knowledge cores with msgpack * Put it in the cli package * Tidy up msgpack dumper * Created a loader
This commit is contained in:
parent
319f9ac04a
commit
340d7a224f
6 changed files with 700 additions and 4 deletions
|
|
@ -39,6 +39,7 @@ setuptools.setup(
|
|||
"pulsar-client",
|
||||
"rdflib",
|
||||
"tabulate",
|
||||
"msgpack",
|
||||
],
|
||||
scripts=[
|
||||
"scripts/tg-graph-show",
|
||||
|
|
@ -54,5 +55,8 @@ setuptools.setup(
|
|||
"scripts/tg-invoke-agent",
|
||||
"scripts/tg-invoke-prompt",
|
||||
"scripts/tg-invoke-llm",
|
||||
"scripts/tg-save-kg-core",
|
||||
"scripts/tg-load-kg-core",
|
||||
"scripts/tg-dump-msgpack",
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue