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

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