BaseStore
Base class for all stores.
Usage
BaseStore()Available implementations:
- DuckDBStore: local storage with embedded search.
- ChromaDBStore: vector storage using ChromaDB.
Parameters
name: str-
The name of the store.
Base class for all stores.
Usage
Available implementations:
name: strThe name of the store.