trustgraph/containers
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
..
Containerfile.base Update packages with vulns in container builds (#861) 2026-04-30 20:02:53 +01:00
Containerfile.bedrock Update packages with vulns in container builds (#861) 2026-04-30 20:02:53 +01:00
Containerfile.flow Update packages with vulns in container builds (#861) 2026-04-30 20:02:53 +01:00
Containerfile.hf Fix HF build issue (#958) 2026-05-28 11:23:46 +01:00
Containerfile.mcp Update packages with vulns in container builds (#861) 2026-04-30 20:02:53 +01:00
Containerfile.ocr Update packages with vulns in container builds (#861) 2026-04-30 20:02:53 +01:00
Containerfile.unstructured fix: large document handling and Cassandra query pagination (#969) 2026-06-01 22:39:30 +01:00
Containerfile.vertexai Update packages with vulns in container builds (#861) 2026-04-30 20:02:53 +01:00