mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 03:31:02 +02:00
Working on librarian flow
This commit is contained in:
parent
bae112ee99
commit
385b02021f
8 changed files with 106 additions and 87 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue