Find answers from the community

Updated 2 years ago

Loading from disk

At a glance

The community member is having trouble loading their graph from disk after updating the llama-index library. Another community member suggests checking the latest documentation, as there were interface changes in the 0.6.0 version. They think the community member should still be able to load the old index, but are not certain. The community member thanks the other member and says they will refresh their memory.

Useful resources
Just updated llama-index and now suddenly can't load my graph from disk. Is there something I need to change?

AttributeError: type object 'ComposableGraph' has no attribute 'load_from_disk'
L
E
2 comments
There was quite a few interface changes in the latest version (0.6.0)

I recommend checking the latest docs
https://gpt-index.readthedocs.io/en/stable/guides/primer/usage_pattern.html

I thiiiiink you should be able to still load the old index. But I'm not sure. (Load graph from storage?)
https://gpt-index.readthedocs.io/en/stable/how_to/storage/save_load.html#loading-data
@Logan M Thank you, I'll refresh my memory
Add a reply
Sign up and join the conversation on Discord