trustgraph/trustgraph-flow/trustgraph/tables
cybermaggedon 6b1dd16f9f
fix: large document handling and Cassandra query pagination (#969)
- Paginate heavy Cassandra reads (triples, graph/document embeddings)
  using synchronous session.execute() in run_in_executor with fetch_size
  paging, preventing materialization hang on large result sets
- Fix document stream endpoint to use workspace-scoped librarian queues
- Add decoder error handling for PDF/OCR/unstructured processors
- Add WebSocket mux guards for missing auth fields
- Add null check in librarian document streaming
- Rewrite get_document_content CLI to stream via librarian
- Add Poppler dependency to unstructured container
2026-06-01 22:39:30 +01:00
..
__init__.py knowledge service (#367) 2025-05-06 23:44:10 +01:00
cassandra_async.py fix: large document handling and Cassandra query pagination (#969) 2026-06-01 22:39:30 +01:00
config.py Recent fixes -> release/v2.4 (#891) 2026-05-08 19:48:12 +01:00
iam.py fix: IAM bootstrap atomicity and bootstrapper startup ordering (#935) 2026-05-18 22:08:12 +01:00
knowledge.py fix: large document handling and Cassandra query pagination (#969) 2026-06-01 22:39:30 +01:00
library.py Recent fixes -> release/v2.4 (#891) 2026-05-08 19:48:12 +01:00