Constructor
StorageAdapterConfig
Example
Behavior
- No persistence: Data is lost on restart
- No cache validation:
hasValidCache()always returnsfalse - Fast: No I/O overhead
Methods
Use Cases
- Development and testing
- When re-indexing is fast enough
- Serverless functions with bundled embeddings
Related
FileStorageAdapter
File storage
RedisStorageAdapter
Redis storage
Storage Guide
Memory adapter guide