Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
keithproject
/
mem0
Like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mem0
/
server
/
README.md
keithproject
mem0 self-hosted: full deployment (auth fix, nginx routing, 9router LLM config)
5ec8557
22 days ago
preview
code
|
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
715 Bytes
mem0 Self-Hosted - Server Directory Structure
This directory should contain the mem0 server source code
Copy from
https://github.com/mem0ai/mem0/tree/main/server
Required files:
- main.py (FastAPI app)
- auth.py
- db.py
- models.py
- schemas.py
- routers/ (api_keys, auth, entities, requests)
- alembic/ (migrations)
- alembic.ini
- init-db.sh (already created at root)
For now, this is a placeholder. The actual server code should be copied from
the mem0 repository:
https://github.com/mem0ai/mem0/tree/main/server
To set up:
1. git clone
https://github.com/mem0ai/mem0.git
/tmp/mem0
2. cp -r /tmp/mem0/server/* ./server/
3. cp /tmp/mem0/server/dashboard ./server/dashboard