run-llama/LlamaIndexTS
change default persist dir break vectorstoreindex persistance
开放
#750 创建于 2024年4月22日
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