Box<Document> get documentBox { if (_documentBox == null) { throw Exception('CactusRAG not initialized. Call initialize() first.'); } return _documentBox!; }