run-llama/LlamaIndexTS
change default persist dir break vectorstoreindex persistance
オープン
#750 opened on 2024/04/22
help wanted
Repository metrics
- Stars
- (3,078 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
If I generate vector index from documents with storage context initialized with
const storageContext = await storageContextFromDefaults({ persistDir: './cache' });
it generates only doc_store in cache folder and then VectorStoreIndex.init(storageContext) doesn't work
if I set persistDir to ./storage it works fine