Module memory

Module memory 

Source
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 LanceDB dependency
  • Development builds with faster compilation
  • Unit tests that don’t need persistence

Structs§

MemoryStore
In-memory vector store for testing.