run-llama/LlamaIndexTS
change default persist dir break vectorstoreindex persistance
Aberta
#750 aberto em 22 de abr. de 2024
help wanted
Métricas do repositório
- Stars
- (3.078 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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