mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
fix(docs): correct API endpoint versions in self-hosting overview
Update line 29 to use correct API versions: - /v4/search (was /v3/search) - /v4/profile (was "user profiles") Co-authored-by: Dhravya Shah <undefined@users.noreply.github.com>
This commit is contained in:
parent
fafdf0d286
commit
0b72d4ffc0
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ Run the binary with nothing set and you get a complete memory system:
|
|||
- **The Supermemory graph engine, embedded** — created automatically on first boot. No database to stand up, no connection strings.
|
||||
- **Built-in local embeddings** — vectors are computed on your machine. Nothing is sent anywhere to be embedded.
|
||||
- **An API key, generated for you** — printed on first boot, ready to paste into any SDK.
|
||||
- **The full Memory API** — `/v3/documents`, `/v3/search`, `/v3/memories`, user profiles, spaces, the works.
|
||||
- **The full Memory API** — `/v3/documents`, `/v4/search`, `/v4/profile`, spaces, the works.
|
||||
|
||||
The only thing you bring is a model. In production, Supermemory runs its own proprietary models, purpose-tuned for long-horizon data understanding and memory extraction. Self-hosted, the same pipeline runs on whatever model you point it at — OpenAI, Anthropic, Gemini, Groq, or any OpenAI-compatible endpoint. Bring a key and go. Or don't bring one at all:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue