run-llama / llama_docs_bot

Bottoms Up Development with LlamaIndex - Building a Documentation Chatbot
MIT License
138 stars 44 forks source link

Compatability with latest llama-index(0.10.25): import errors #8

Open dyadyaJora opened 5 months ago

dyadyaJora commented 5 months ago

Hello! Thank you for this definitive guide! When I was going through these series, I noticed that the code was incompatible with the latest version of the library due to a change in the import path for some classes (llama_index -> llama_index.core). I would like to ask: are you going to update the code in this repository to be compatible with the latest version(0.10.25)? Or is it a readonly project example?