langchain.memory.entity.InMemoryEntityStore¶
- class langchain.memory.entity.InMemoryEntityStore(*, store: Dict[str, Optional[str]] = {})[source]¶
Bases:
BaseEntityStoreIn-memory Entity store.
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
- param store: Dict[str, Optional[str]] = {}¶