parthsarthi03 / raptor

The official implementation of RAPTOR: Recursive Abstractive Processing for Tree-Organized Retrieval
https://arxiv.org/abs/2401.18059
MIT License
963 stars 134 forks source link

How to accelerate the construction of the Tree_builder? #49

Open Wu-tn opened 4 months ago

Wu-tn commented 4 months ago

When building hundred million texts , it is too slow to construct the Tree

844696437 commented 3 months ago

I encountered the same problem, how did you solve it?