Fetch and list mostly there

This commit is contained in:
Cyber MacGeddon 2025-05-06 22:37:15 +01:00
parent 06dadf971e
commit cb529db523
7 changed files with 300 additions and 218 deletions

View file

@ -31,14 +31,11 @@ class KnowledgeRequest(Record):
user = String()
# fetch-kg-core, list-kg-cores, delete-kg-core
collection = String()
# fetch-kg-core, list-kg-cores, delete-kg-core
document_id = String()
id = String()
class KnowledgeResponse(Record):
error = Error()
document_ids = Array(String())
ids = Array(String())
eos = Boolean() # Indicates end of knowledge core stream
triples = Triples()
graph_embeddings = GraphEmbeddings()