Preliminary capability, knowledge cores with msgpack

This commit is contained in:
Cyber MacGeddon 2024-11-25 18:39:00 +00:00
parent 319f9ac04a
commit b918b4d8aa
5 changed files with 398 additions and 3 deletions

View file

@ -104,5 +104,6 @@ setuptools.setup(
"scripts/triples-query-neo4j",
"scripts/triples-write-cassandra",
"scripts/triples-write-neo4j",
"scripts/tg-save-kg-core",
]
)