mirror of
https://github.com/open-webui/openapi-servers
synced 2025-06-26 18:17:04 +00:00
doc: readme
This commit is contained in:
16
servers/memory/README.md
Normal file
16
servers/memory/README.md
Normal 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! 🟢
|
||||
Reference in New Issue
Block a user