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:
cybermaggedon 2024-11-25 20:46:35 +00:00 committed by GitHub
parent 319f9ac04a
commit 340d7a224f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 700 additions and 4 deletions

View file

@ -23,3 +23,6 @@ if "error" in resp:
print(f"Error: {resp['error']}")
sys.exit(1)
print(resp["vectors"])