Hi, I'm having an error from version 0.5.9
GPTSimpleVectorIndex.load_from_disk('path_to_my_index')
is failing in
/llama_index/vector_stores/registry.py
with
KeyError: '__type__'
I was checking the changelog of 0.5.9 but I can't figure what's the error, I gues it's is related with the change in
gpt_index/constants.py
:
VECTOR_STORE_CONFIG_DICT_KEY = "vector_store"
was removed and these two keys were added:
VECTOR_STORE_KEY = "vector_store"
ADDITIONAL_QUERY_CONTEXT_KEY = "query_context"
but that's all I can see