MCPcopy Create free account
hub / github.com/RunanywhereAI/RCLI / DocumentProcessor

Method DocumentProcessor

src/rag/document_processor.cpp:15–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace rastack {
14
15DocumentProcessor::DocumentProcessor(const ProcessorConfig& config)
16 : config_(config) {}
17
18DocumentProcessor::~DocumentProcessor() = default;
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected