Find answers from the community

Updated 2 years ago

Correct I have a folder that contains

At a glance
Correct, I have a folder that contains the files I want to use for chatbot training. I passed this folder as a parameter to the 'persist_dir' of index. That's how I got this error. It seems that the index_store.json file is not created, and when I do it myself I get another error
I use the version 0.6.2.
L
1 comment
Might need to see more code for context

You should be able to do index.storage_context.persist(persist_dir="my_dir") and then also load from that dir
Add a reply
Sign up and join the conversation on Discord