langchain/docs/extras/integrations/providers/motorhead.mdx

17 lines
487 B
Plaintext
Raw Normal View History

# Motörhead
>[Motörhead](https://github.com/getmetal/motorhead) is a memory server implemented in Rust. It automatically handles incremental summarization in the background and allows for stateless applications.
## Installation and Setup
See instructions at [Motörhead](https://github.com/getmetal/motorhead) for running the server locally.
## Memory
See a [usage example](/docs/integrations/memory/motorhead_memory).
```python
from langchain.memory import MotorheadMemory
```