Key-Value Stores
Key-Value Stores represent underlying storage components used in Document Stores and Index Stores
Available Key-Value Stores
- SimpleKVStore: A simple Key-Value store with support of persisting data to disk.
- PostgresKVStore: A PostgreSQL Key-Value store, see PostgreSQL Storage.
Check the LlamaIndexTS Github for the most up to date overview of integrations.