Working, can add documents

This commit is contained in:
Cyber MacGeddon 2025-05-04 19:38:26 +01:00
parent 385b02021f
commit b0613fe0de
4 changed files with 9 additions and 25 deletions

View file

@ -10,7 +10,7 @@ url = "http://localhost:8088/api/v1/"
############################################################################
id = "http://trustgraph.ai/doc/12345678"
id = "http://trustgraph.ai/doc/9fdee98b-b259-40ac-bcb9-8e82ccedeb04"
with open("docs/README.cats", "rb") as f:
doc = base64.b64encode(f.read()).decode("utf-8")