griptape icon indicating copy to clipboard operation
griptape copied to clipboard

Add persistence to `LocalVectorStoreDriver`

Open vasinov opened this issue 1 year ago • 1 comments

Many QA, extraction, and summarization use cases don't require a sophisticated vector store to function correctly. Today, LocalVectorStoreDriver works great for those use cases in the context of conversational "in the moment" workflows but lacks a way to persist embeddings on disk.

I propose adding an on-by-default setting for persisting and automatically loading LocalVectorStoreDriver.entries from the disk with an optional custom path to the file.

vasinov avatar Sep 18 '23 17:09 vasinov

#109

derekpai avatar Oct 09 '23 19:10 derekpai