Skip to main content
In-memory storage adapter (default, no persistence).

Constructor

StorageAdapterConfig

Example

Behavior

  • No persistence: Data is lost on restart
  • No cache validation: hasValidCache() always returns false
  • Fast: No I/O overhead

Methods

Use Cases

  • Development and testing
  • When re-indexing is fast enough
  • Serverless functions with bundled embeddings

FileStorageAdapter

File storage

RedisStorageAdapter

Redis storage

Storage Guide

Memory adapter guide