Replies: 3 comments 3 replies
-
@pelikhan Please try again using a different
|
Beta Was this translation helpful? Give feedback.
-
I noticed that when creating the default storage context from persistDir, it defaults to trying to load the vector_store.json file. However, the summary index does not create this file (or it does not persist it), so the "No valid data found at path: .../vector_store.json starting new store." pops up every time. |
Beta Was this translation helpful? Give feedback.
-
@pelikhan The problem is that each time you're calling:
You're creating a new summary index in the
Otherwise, you will run into the |
Beta Was this translation helpful? Give feedback.
-
I was trying to modify the save/load example from VectorStoreIndex (https://ts.llamaindex.ai/examples/save_load_index) into using the SummaryIndex (just search/replace). However, it leads to this error.
Full repro at https://stackblitz.com/edit/llamaindex-repo1-prbxbm
Beta Was this translation helpful? Give feedback.
All reactions