MCPcopy Create free account
hub / github.com/PromtEngineer/localGPT / __init__

Method __init__

rag_system/utils/batch_processor.py:72–74  ·  view source on GitHub ↗
(self, batch_size: int = 50, enable_gc: bool = True)

Source from the content-addressed store, hash-verified

70 """Generic batch processor with progress tracking and error handling"""
71
72 def __init__(self, batch_size: int = 50, enable_gc: bool = True):
73 self.batch_size = batch_size
74 self.enable_gc = enable_gc
75
76 def process_in_batches(
77 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected