MCPcopy Create free account
hub / github.com/TIGER-AI-Lab/LongRAG / ProcessWikipedia

Class ProcessWikipedia

preprocess/process_wiki_page.py:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17class ProcessWikipedia(MultiprocessingUtil):
18 def combine_results(self, result_chunks):
19 result = list(itertools.chain.from_iterable(result_chunks))
20 return result
21
22
23def process_wiki(file_paths):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected