doc: readme

This commit is contained in:
Timothy Jaeryang Baek
2025-04-10 17:55:16 -07:00
parent be711eab13
commit 97e26fe94c
5 changed files with 123 additions and 1 deletions

16
servers/memory/README.md Normal file
View File

@@ -0,0 +1,16 @@
# 🧠 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! 🟢