Working on librarian flow

This commit is contained in:
Cyber MacGeddon 2025-05-04 19:17:46 +01:00
parent bae112ee99
commit 385b02021f
8 changed files with 106 additions and 87 deletions

View file

@ -63,7 +63,7 @@ from . documents import Document, TextDocument
# search(<key,op,value>[]) : id[]
class DocumentMetadata(Record):
# id = String()
id = String()
time = Long()
kind = String()
title = String()
@ -73,6 +73,7 @@ class DocumentMetadata(Record):
tags = Array(String())
class ProcessingMetadata(Record):
id = String()
document_id = String()
time = Long()
flow = String()