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

add more local llm model support through ollama #34

Open DoraDong-2023 opened 5 months ago

DoraDong-2023 commented 5 months ago

demo usage are provided in demo.ipynb. User are not required to install ollama model if they don't use it, as I put import ollama inside model calling function.

jalotra commented 4 months ago

thanks for writing !

silviachen46 commented 3 months ago

demo usage are provided in demo.ipynb. User are not required to install ollama model if they don't use it, as I put import ollama inside model calling function.

Thank you for the great work! It helped me a lot!