Does anyone know how to persist an ObjectIndex? The actual index is internal (_index) and when persisting it it does not seem straight forward to reload it from disk. I'm curious why this isn't supported like it is with other types of indexes.
Thanks, that's the exception I ran into when I persisted the internal structure (invalid object mapping). I'm new to LlamaIndex and don't feel super comfortable yet, but as I onboard more maybe I can try and contribute this.
Hah yeah, I'll give it a try though. A sucky solution might be better than none - at least while developing locally and not wanting to wait for the indexing every time.