openapi-servers/servers/memory/README.md
Timothy Jaeryang Baek 97e26fe94c doc: readme
2025-04-10 17:55:16 -07:00

16 lines
357 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🧠 Memory Tool Server
A plug-and-play server for memory tools using FastAPI.
## 🚀 Quickstart
Clone the repo and start the memory server:
```bash
git clone https://github.com/open-webui/openapi-servers
cd openapi-servers/servers/memory
pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --reload
```
That's it you're live! 🟢