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

Method __init__

rag_system/utils/batch_processor.py:138–139  ·  view source on GitHub ↗
(self, enable_gc_interval: int = 100)

Source from the content-addressed store, hash-verified

136 """Process items one at a time with minimal memory usage"""
137
138 def __init__(self, enable_gc_interval: int = 100):
139 self.enable_gc_interval = enable_gc_interval
140
141 def process_streaming(
142 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected