run-llama/LlamaIndexTS

change default persist dir break vectorstoreindex persistance

开放

#750 创建于 2024年4月22日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (524 个派生)auto 404
help wanted

仓库指标

星标
 (3,078 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南