14 lines
580 B
Markdown
14 lines
580 B
Markdown
# Mem0
|
|
|
|
Infra runs the authenticated Mem0 OSS REST API without the optional dashboard,
|
|
Neo4j, or Qdrant. PostgreSQL/pgvector stores data in isolated `mem0` and
|
|
`mem0_app` databases. Model traffic goes through the existing LiteLLM gateway:
|
|
|
|
- memory extraction: `grok-fast`
|
|
- embeddings: `voyage-4`, 1024 dimensions
|
|
|
|
The service is bound to `127.0.0.1:8888`. The OSS API paths do not use `/v1`.
|
|
Runtime secrets live in ignored `mem0/.env` with mode `0600`; no model-provider
|
|
credential is copied into Mem0. The image source is pinned to the upstream Mem0
|
|
`v2.0.12` release commit.
|