Hey all!
Toying with some examples and using a
SimpleVectorStore
saved to disk. Generating the embeddings and issuing the first query seems to function appropriately but when issuing another query I am receiving the following error:
"/root/.cache/pypoetry/virtualenvs/pa-MPXmvNdN-py3.11/lib/python3.11/site-packages/llama_index/vector_stores/simple.py", line 306, in from_persist_path
raise ValueError(
ValueError: No existing llama_index.vector_stores.simple found at ./storage/vector_store.json, skipping load.
I've found what looks like a similar issue in the repo:
https://github.com/run-llama/llama_index/issues/9110Has anyone seen this before?