Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
class
ProcessWikipedia(MultiprocessingUtil):
18
def
combine_results(self, result_chunks):
19
result = list(itertools.chain.from_iterable(result_chunks))
20
return
result
21
22
23
def
process_wiki(file_paths):
Callers
1
process_wiki_page.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected