mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
17 lines
487 B
Plaintext
17 lines
487 B
Plaintext
|
# 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
|
||
|
```
|