trustgraph/trustgraph-cli
Cyber MacGeddon 1b61ad1581 - Document table: Added parent_id and document_type columns with index
- Document schema (knowledge/document.py): Added document_id field for
  streaming retrieval
- Librarian operations:
  - add-child-document for extracted PDF pages
  - list-children to get child documents
  - stream-document for chunked content retrieval
  - Cascade delete removes children when parent is deleted
  - list-documents filters children by default
- PDF decoder (decoding/pdf/pdf_decoder.py): Updated to stream large
  documents from librarian API to temp file
- Librarian service (librarian/service.py): Sends document_id instead of
  content for large PDFs (>2MB)
- Deprecated tools (load_pdf.py, load_text.py): Added deprecation
  warnings directing users to tg-add-library-document +
  tg-start-library-processing
2026-03-04 15:33:05 +00:00
..
trustgraph/cli - Document table: Added parent_id and document_type columns with index 2026-03-04 15:33:05 +00:00
pyproject.toml Update CI for 2.1 release (#653) 2026-02-28 11:10:11 +00:00
README.md Maint/rename pkg (#88) 2024-09-30 22:20:26 +01:00