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

Method process_text

src/rag/document_processor.cpp:409–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409std::vector<DocumentChunk> DocumentProcessor::process_text(
410 const std::string& text, const std::string& source_name)
411{
412 return semantic_chunk(text, source_name);
413}
414
415} // namespace rastack

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected