Find answers from the community

Updated 2 years ago

Loading from disk

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