Expand description
In-memory store for testing without LanceDB.
This module provides a MemoryStore that stores chunks and files in memory.
It’s useful for:
- Testing without the
LanceDBdependency - Development builds with faster compilation
- Unit tests that don’t need persistence
Structs§
- Memory
Store - In-memory vector store for testing.