Index Stores
Index stores are underlying storage components that contain metadata(i.e. information created when indexing) about the index itself.
Available Index Stores
- SimpleIndexStore: A simple in-memory index store with support for persisting data to disk.
- PostgresIndexStore: A PostgreSQL index store, , see PostgreSQL Storage.
Check the LlamaIndexTS Github for the most up to date overview of integrations.