parthsarthi03 / raptor

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

There seems to be a bug in the demo code. #33

Open zlh-source opened 5 months ago

zlh-source commented 5 months ago

1714219618635

Should this line of code be modified as follows?

summary = outputs[0]["generated_text"][len(prompt):].strip()