LeonMing30
Results
1
issues of
LeonMing30
I tried to run demo code for testing, but there is the error. ``` ` from raptor import RetrievalAugmentation RA = RetrievalAugmentation() with open('demo/sample.txt', 'r') as file: text = file.read()...