Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ tags = 'tags'

[[menus.main]]
name = 'Docs'
url = 'http://docs.memmachine.ai'
url = 'https://docs.memmachine.ai'
weight = 70

[[menus.main]]
Expand Down Expand Up @@ -129,7 +129,7 @@ tags = 'tags'

[[menus.footerProduct]]
name = 'Docs'
url = 'http://docs.memmachine.ai'
url = 'https://docs.memmachine.ai'
weight = 40

[[menus.footerProduct]]
Expand Down
2 changes: 1 addition & 1 deletion themes/memmachine/layouts/_partials/blog-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{ end }}

<a href="{{ .Permalink }}">
<img src="{{ $image_url }}" alt="{{ .Title }}" class="img-fluid" />
<img src="{{ $image_url }}" alt="{{ .Title }}" class="img-fluid" loading='lazy'/>
</a>
{{ end }}

Expand Down
12 changes: 6 additions & 6 deletions themes/memmachine/layouts/_partials/brand-logos.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<div class="col-md-12">
<p class="text-center">Used by Developers at</p>
<ul>
<li><a href="#"><img src="{{ `/img/brand/1.png` | relURL }}" alt="brand" /></a></li>
<li><a href="#"><img src="{{ `/img/brand/2.png` | relURL }}" alt="brand" /></a></li>
<li><a href="#"><img src="{{ `/img/brand/3.png` | relURL }}" alt="brand" /></a></li>
<li><a href="#"><img src="{{ `/img/brand/4.png` | relURL }}" alt="brand" /></a></li>
<li><a href="#"><img src="{{ `/img/brand/5.png` | relURL }}" alt="brand" /></a></li>
<li><a href="#"><img src="{{ `/img/brand/6.png` | relURL }}" alt="brand" /></a></li>
<li><a href="#"><img src="{{ `/img/brand/1.png` | relURL }}" alt="brand" loading='lazy'/></a></li>
<li><a href="#"><img src="{{ `/img/brand/2.png` | relURL }}" alt="brand" loading='lazy'/></a></li>
<li><a href="#"><img src="{{ `/img/brand/3.png` | relURL }}" alt="brand" loading='lazy'/></a></li>
<li><a href="#"><img src="{{ `/img/brand/4.png` | relURL }}" alt="brand" loading='lazy'/></a></li>
<li><a href="#"><img src="{{ `/img/brand/5.png` | relURL }}" alt="brand" loading='lazy'/></a></li>
<li><a href="#"><img src="{{ `/img/brand/6.png` | relURL }}" alt="brand" loading='lazy'/></a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/memmachine/layouts/_partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="container">
<div class="row gy-4">
<div class="col-md-6">
<img src="{{ `/img/logo.svg` | relURL }}" alt="logo" width="300px"/>
<img src="{{ `/img/logo.svg` | relURL }}" alt="logo" width="300px" loading="lazy"/>
<p>
MemMachine unlocks persistent, multi-session memory for AI agents—powering personalized, context-rich experiences you fully control, open-source and built for developers.
</p>
Expand Down
10 changes: 5 additions & 5 deletions themes/memmachine/layouts/_partials/home-sections.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ <h2 class="title-2">
<div class="col-lg-6 mb-4 mb-lg-0">
<div>
<div class="solution-item-list h-100 d-flex justify-content-center align-items-center">
<img src="{{ `img/MemMachine_Architecture-Dark.png` | relURL }}" alt="MemMachine Architecture Diagram" class="img-fluid" />
<img src="{{ `img/MemMachine_Architecture-Dark.png` | relURL }}" alt="MemMachine Architecture Diagram" class="img-fluid" loading='lazy'/>
</div>
</div>
</div>
Expand Down Expand Up @@ -325,7 +325,7 @@ <h3>Build <span>Smart Agents</span> for Any Use Case</h3>
<div class="col-md-6 pl-47 mt-30">
<div class="solution-item-list">
<div class="solution-single">
<img src="{{ `/img/check.svg` | relURL }}" alt="check" />
<img src="{{ `/img/check.svg` | relURL }}" alt="check" loading='lazy'/>
<div>
<h4>Your CRM Assistant</h4>
<p>
Expand All @@ -334,14 +334,14 @@ <h4>Your CRM Assistant</h4>
</div>
</div>
<div class="solution-single">
<img src="{{ `/img/check.svg` | relURL }}" alt="check" />
<img src="{{ `/img/check.svg` | relURL }}" alt="check" loading='lazy'/>
<div>
<h4>A Healthcare Navigator</h4>
<p>Offer continuous patient support with an agent that remembers medical history and tracks treatment progress to provide a seamless healthcare journey.</p>
</div>
</div>
<div class="solution-single">
<img src="{{ `/img/check.svg` | relURL }}" alt="check" />
<img src="{{ `/img/check.svg` | relURL }}" alt="check" loading='lazy'/>
<div>
<h4>A Personal Finance Advisor</h4>
<p>
Expand All @@ -350,7 +350,7 @@ <h4>A Personal Finance Advisor</h4>
</div>
</div>
<div class="solution-single">
<img src="{{ `/img/check.svg` | relURL }}" alt="check" />
<img src="{{ `/img/check.svg` | relURL }}" alt="check" loading='lazy'/>
<div>
<h4>A Content Writer</h4>
<p>
Expand Down
2 changes: 1 addition & 1 deletion themes/memmachine/layouts/_partials/logo-marquee.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="title-2">Trusted By The Most <span>Innovative</span> Teams</h2>
{{ range seq 2 }}
{{ range $rowLogos }}
<div class="logo-scroller-item">
<img src="{{ .src }}" alt="{{ .name }}" />
<img src="{{ .src }}" alt="{{ .name }}" loading='lazy'/>
</div>
{{ end }}
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion themes/memmachine/layouts/_partials/pricing-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h4><span>$0</span><sub>/ forever</sub></h4>

<div class="col-lg-4 col-md-6">
<div class="pricing-item" data-monthly-price="79" data-yearly-price="799">
<h3>Pro <img src="{{ `/img/pro-btn.svg` | relURL }}" alt="pro" /></h3>
<h3>Pro <img src="{{ `/img/pro-btn.svg` | relURL }}" alt="pro" loading='lazy'/></h3>
<p class="tier-description">For teams building production-ready agents.</p>
<h4><span>$79</span><sub>/mo</sub></h4>
<p class="pricing-description">Billed per project, cancel anytime.</p>
Expand Down
4 changes: 2 additions & 2 deletions themes/memmachine/layouts/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2 class="title-2">Powered by an <span>Amazing Community</span></h2>
</p>
</div>
<a href="https://github.com/MemMachine/MemMachine/graphs/contributors" class="mt-4 d-block">
<img src="https://contrib.rocks/image?repo=MemMachine/MemMachine" alt="MemMachine GitHub Contributors" class="img-fluid rounded shadow"/>
<img src="https://contrib.rocks/image?repo=MemMachine/MemMachine" alt="MemMachine GitHub Contributors" class="img-fluid rounded shadow" loading="lazy"/>
</a>
</div>
</div>
Expand All @@ -92,7 +92,7 @@ <h2 class="title-2">Driven by <span>Momentum</span></h2>
</p>
</div>
<a href="https://app.repohistory.com/star-history" class="mt-4 d-block">
<img src="https://app.repohistory.com/api/svg?repo=MemMachine/MemMachine&type=Date&background=211334&color=62C3F8" alt="Star History Chart" class="img-fluid rounded shadow"/>
<img src="https://app.repohistory.com/api/svg?repo=MemMachine/MemMachine&type=Date&background=211334&color=62C3F8" alt="Star History Chart" class="img-fluid rounded shadow" loading="lazy"/>
</a>
</div>
</div>
Expand Down
14 changes: 7 additions & 7 deletions themes/memmachine/layouts/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ <h2 class="title-2">Get <span>in Touch</span></h2>
</div>
<div class="col-md-12 col-lg-6">
<div class="contact-content">
<img src="{{ "img/logo.svg" | relURL }}" alt="logo" />
<img src="{{ "img/logo.svg" | relURL }}" alt="logo" loading='lazy'/>
<p>OpenAI presented Assistify with a range of challenging tasks, featuring tight latency requirements, substantial ambiguity, and instances of incorrect answers. In turn, Assistify collaborated closely to tailor their QA systems to our specific requirements.</p>
<h3>John Lawson</h3>
<h4>Member of Technical Staff</h4>
<h5>Trusted by the world's most ambitious teams</h5>
<div class="contact-brand">
<img src="{{ "img/brand/1.png" | relURL }}" alt="brand" />
<img src="{{ "img/brand/2.png" | relURL }}" alt="brand" />
<img src="{{ "img/brand/3.png" | relURL }}" alt="brand" />
<img src="{{ "img/brand/4.png" | relURL }}" alt="brand" />
<img src="{{ "img/brand/5.png" | relURL }}" alt="brand" />
<img src="{{ "img/brand/6.png" | relURL }}" alt="brand" />
<img src="{{ "img/brand/1.png" | relURL }}" alt="brand" loading='lazy'/>
<img src="{{ "img/brand/2.png" | relURL }}" alt="brand" loading='lazy'/>
<img src="{{ "img/brand/3.png" | relURL }}" alt="brand" loading='lazy'/>
<img src="{{ "img/brand/4.png" | relURL }}" alt="brand" loading='lazy'/>
<img src="{{ "img/brand/5.png" | relURL }}" alt="brand" loading='lazy'/>
<img src="{{ "img/brand/6.png" | relURL }}" alt="brand" loading='lazy'/>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions themes/memmachine/layouts/conversations.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2>Integrations</h2>
<div class="solution-item-list">
<div class="solution-chat-message">
<div class="solution-chat-message-item">
<img src="{{ `/img/user.svg` | relURL }}" alt="user" />
<img src="{{ `/img/user.svg` | relURL }}" alt="user" loading='lazy'/>
<div class="solution-chat-message-item-content">
<h3>You <span>1:11 PM</span></h3>
<p>
Expand All @@ -98,7 +98,7 @@ <h3>You <span>1:11 PM</span></h3>
</div>
</div>
<div class="solution-chat-message-item">
<img src="{{ `/img/user-assistify.svg` | relURL }}" alt="user" />
<img src="{{ `/img/user-assistify.svg` | relURL }}" alt="user" loading='lazy'/>
<div class="solution-chat-message-item-content">
<h3>Assistify AI <span>8:42 PM</span></h3>
<p>
Expand Down
14 changes: 7 additions & 7 deletions themes/memmachine/layouts/examples2.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ <h2 class="title-2">
"text" "Gain immediate access to financial data, accounting records, and tax information from various sources by simply asking your assistant. Save valuable time and eliminate hassle effortlessly."
"chat_html" `
<div class="solution-chat-message-item">
<img src="/img/user.svg" alt="user" />
<img src="/img/user.svg" alt="user" loading='lazy'/>
<div class="solution-chat-message-item-content">
<h3>You <span>1:11 PM</span></h3>
<p>List all the open balances for our B2B customers in Excel.</p>
</div>
</div>
<div class="solution-chat-message-item">
<img src="/img/user-assistify.svg" alt="user" />
<img src="/img/user-assistify.svg" alt="user" loading='lazy'/>
<div class="solution-chat-message-item-content">
<h3>MemMachine Agent <span>8:42 PM</span></h3>
<p>Based on the additional data, here are the open balances for our B2B customers in Excel:</p>
Expand All @@ -60,7 +60,7 @@ <h3>MemMachine Agent <span>8:42 PM</span></h3>
</div>
</div>
<div class="solution-chat-message-item">
<img src="/img/user.svg" alt="user" />
<img src="/img/user.svg" alt="user" loading='lazy'/>
<div class="solution-chat-message-item-content">
<h3>You <span>8:42 PM</span></h3>
<p>Can you list each order with the collected tax?</p>
Expand All @@ -74,28 +74,28 @@ <h3>You <span>8:42 PM</span></h3>
"text" "Drafting a newsletter to announce new products to your customers is a breeze, taking only a few seconds. Plus, feel free to request as many revisions as you'd like!"
"chat_html" `
<div class="solution-chat-message-item">
<img src="/img/user.svg" alt="user" />
<img src="/img/user.svg" alt="user" loading='lazy'/>
<div class="solution-chat-message-item-content">
<h3>You <span>1:11 PM</span></h3>
<p>Is our Honey BBQ Beef Jerky Organic?</p>
</div>
</div>
<div class="solution-chat-message-item">
<img src="/img/user-assistify.svg" alt="user" />
<img src="/img/user-assistify.svg" alt="user" loading='lazy'/>
<div class="solution-chat-message-item-content">
<h3>MemMachine Agent <span>8:42 PM</span></h3>
<p>Yes, our Honey BBQ Beef Jerky is organic.</p>
</div>
</div>
<div class="solution-chat-message-item">
<img src="/img/user.svg" alt="user" />
<img src="/img/user.svg" alt="user" loading='lazy'/>
<div class="solution-chat-message-item-content">
<h3>You <span>8:42 PM</span></h3>
<p>Thanks! what other jerky is organic?</p>
</div>
</div>
<div class="solution-chat-message-item">
<img src="/img/user-assistify.svg" alt="user" />
<img src="/img/user-assistify.svg" alt="user" loading='lazy'/>
<div class="solution-chat-message-item-content">
<h3>MemMachine Agent <span>8:42 PM</span></h3>
<p>The Teriyaki Beef Jerky and the Black Pepper Beef Jerky are also organic.</p>
Expand Down
4 changes: 2 additions & 2 deletions themes/memmachine/layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
{{ end }}

{{ if $featuredImage }}
<img src="{{ $featuredImage.RelPermalink }}" alt="{{ $.Title }}" />
<img src="{{ $featuredImage.RelPermalink }}" alt="{{ $.Title }}" loading='lazy'/>
{{ else }}
<img src="{{ `/img/blog-details.png` | relURL }}" alt="{{ $.Title }}" />
<img src="{{ `/img/blog-details.png` | relURL }}" alt="{{ $.Title }}" loading='lazy'/>
{{ end }}

<div>
Expand Down
6 changes: 3 additions & 3 deletions themes/memmachine/layouts/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ <h2 class="title-2">How to Use the <span>MemMachine Playground</span></h2>
</li>
<li class="mb-5">
<p>On the login page, click "Continue with Google" to create a secure account and log in. The email and password feature is not enabled.</p>
<img src="/img/playground_signin_with_OAuth.png" alt="Continue with Google button" style="width: 100%; max-width: 400px; margin-top: 10px; border-radius: 8px;">
<img src="/img/playground_signin_with_OAuth.png" alt="Continue with Google button" style="width: 100%; max-width: 400px; margin-top: 10px; border-radius: 8px;" loading="lazy">
</li>
<li class="mb-5">
<p>In the model selection dropdown at the top of the page, click the '+' to add both of these models to create a side-by-side comparison:</p>
<ul class="list-disc ml-6 mt-2">
<li><span class="highlight-text-gradient">gpt-4.1-mini:</span> This model has no memory and will not remember information in a new chat session.</li>
<li><span class="highlight-text-gradient">gpt-4.1-mini-memory:</span> This model uses the power of MemMachine to remember facts and information within and across chat sessions.</li>
</ul>
<img src="/img/playground_select_models.png" alt="Model selection dropdown with two models" style="width: 100%; max-width: 500px; margin-top: 10px; border-radius: 8px;">
<img src="/img/playground_select_models.png" alt="Model selection dropdown with two models" style="width: 100%; max-width: 500px; margin-top: 10px; border-radius: 8px;" loading="lazy">
</li>
<li class="mb-5">
<p>Once both models are added, you can start chatting. You can compare the response from both models simultaneously.</p>
<img src="/img/playground_side-by-side-chat-session.png" alt="Side-by-side chat session for A/B testing" style="width: 100%; max-width: 500px; margin-top: 10px; border-radius: 8px;">
<img src="/img/playground_side-by-side-chat-session.png" alt="Side-by-side chat session for A/B testing" style="width: 100%; max-width: 500px; margin-top: 10px; border-radius: 8px;" loading="lazy">
</li>
<li class="mb-5">
<p>Start a new chat session by clicking the "New Chat" button on the left sidebar. Continue chatting. You will notice the <span class="highlight-text-gradient">gpt-4.1-mini</span> forgets everything from the previous session(s), whereas the <span class="highlight-text-gradient">gpt-4.1-mini-memory</span> retains context and information from all prior sessions.</p>
Expand Down