docs: document and compare memory architectures#160
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Peefy
reviewed
Jun 10, 2026
| @@ -78,6 +78,8 @@ Requires Node.js 22+, pnpm 9+, and Rust 1.75+. | |||
|
|
|||
| For local Transformers.js embeddings and configurable `sqlite-vec` or ChromaDB | |||
Collaborator
There was a problem hiding this comment.
We can remove the impl reference links here
For local Transformers.js embeddings and configurable `sqlite-vec` or ChromaDB
storage, see [Local Embeddings and Vector Backends](./docs/vector-backends.md).
For the internal lifecycle, storage, and retrieval architecture, see
[OpenLoomi Memory System](./apps/marketing/blogs/openloomi-memory-system.md).
| @@ -1,202 +1,279 @@ | |||
| --- | |||
| title: "OpenLoomi Memory System: Raw Messages, Insights, and RAG Recall" | |||
| date: 2026-05-26 | |||
Collaborator
There was a problem hiding this comment.
We can keep the blog dates unchanged here.
| title: "Memory Capabilities Comparison: OpenClaw vs. Hermes Agent vs. Claude Code vs. OpenLoomi" | ||
| date: 2026-05-27 | ||
| description: A focused comparison of memory and knowledge retrieval across OpenClaw, Hermes Agent, Claude Code, and OpenLoomi Memory. | ||
| date: 2026-06-10 |
Collaborator
There was a problem hiding this comment.
We can keep the blog dates unchanged here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates OpenLoomi memory documentation to match the current implementation.
Changes
Closes #47
Closes #73