Modules
Storage
Storage in LlamaIndex.TS works automatically once you've configured a
StorageContext
object.
Per default a local directory is used for storage. Depening on the storage type (i.e. doc stores, index stores or vector stores), you can configure a different persistence layer. Most commonly a vector database is used as vector store.
Local Storage
You can configure the persistDir
to define where to store the data locally.
API Reference
Edit on GitHub
Last updated on