chatgpt-retrieval-plugin icon indicating copy to clipboard operation
chatgpt-retrieval-plugin copied to clipboard

Add a option to save Llama index automatically

Open golbin opened this issue 1 year ago • 0 comments

I add an option LLAMA_INDEX_AUTO_SAVE as an environment variable to save Llama index automatically.

If the below option is set, the datastore save index automatically when index is added or deleted

export LLAMA_INDEX_AUTO_SAVE=True

I tested some prototypes but it's very annoying I have to upset many documents every time.

This option is very useful to test prototypes.

golbin avatar Apr 16 '23 07:04 golbin