mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Feature/knowledge load (#372)
* Switch off retry in Cassandra until we can differentiate retryable errors * Fix config getvalues * Loading knowledge cores works
This commit is contained in:
parent
fdd9a9a9ae
commit
31b7ade44d
13 changed files with 356 additions and 548 deletions
|
|
@ -67,7 +67,6 @@ setuptools.setup(
|
|||
"scripts/tg-put-kg-core",
|
||||
"scripts/tg-remove-library-document",
|
||||
"scripts/tg-save-doc-embeds",
|
||||
"scripts/tg-save-kg-core",
|
||||
"scripts/tg-set-prompt",
|
||||
"scripts/tg-set-token-costs",
|
||||
"scripts/tg-show-config",
|
||||
|
|
@ -83,6 +82,7 @@ setuptools.setup(
|
|||
"scripts/tg-show-token-costs",
|
||||
"scripts/tg-show-tools",
|
||||
"scripts/tg-start-flow",
|
||||
"scripts/tg-unload-kg-core",
|
||||
"scripts/tg-start-library-processing",
|
||||
"scripts/tg-stop-flow",
|
||||
"scripts/tg-stop-library-processing",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue