class MemoryStoreExecute multiple operations in a single batch. This is more efficient than executing operations individually.
Delete an item from the store.
Retrieve a single item by its namespace and key.
List and filter namespaces in the store. Used to explore data organization and navigate the namespace hierarchy.
Store or update an item.
Search for items within a namespace prefix. Supports both metadata filtering and vector similarity search.
Start the store. Override if initialization is needed.
Stop the store. Override if cleanup is needed.
Execute multiple operations in a single batch.
Delete an item from the store.
Retrieve a single item by its namespace and key.
List and filter namespaces in the store.
Store or update an item.
Search for items within a namespace prefix.
Start the store. Override if initialization is needed.
Stop the store. Override if cleanup is needed.
Execute multiple operations in a single batch.
Delete an item from the store.
Retrieve a single item by its namespace and key.
List and filter namespaces in the store.
Store or update an item.
Search for items within a namespace prefix.
Start the store. Override if initialization is needed.
Stop the store. Override if cleanup is needed.