[PR #235] [MERGED] Add memories documentation #227

Closed
opened 2026-06-05 15:22:45 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anythingllm-docs/pull/235
Author: @shatfield4
Created: 4/13/2026
Status: Merged
Merged: 5/19/2026
Merged by: @timothycarambat

Base: mainHead: 234-memories-feature-docs


📝 Commits (8)

  • cf2fa04 add memories feature docs
  • 3538d19 simplify automatic extraction section and clarify per-workspace idle + agent chat support
  • e846bca add memories card to all features page
  • 8a32186 update docs
  • fef5ff0 update providers
  • 24d54f5 update interval fallback
  • 3f5ae76 bump comment
  • 6660bf5 Merge branch 'main' into 234-memories-feature-docs

📊 Changes

6 files changed (+160 additions, -0 deletions)

View changed files

📝 pages/features/_meta.json (+9 -0)
📝 pages/features/all-features.mdx (+9 -0)
pages/features/memories.mdx (+142 -0)
public/images/features/memories/chat-settings-menu.png (+0 -0)
public/images/features/memories/header-image.png (+0 -0)
public/images/features/memories/memories-sidebar.png (+0 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style

Relevant Issues

resolves #234

What is in this change?

  • Adds documentation for the memories/personalization feature

Additional Information

Validations

  • Ensured updated documentation pass spell check
  • Updated or added relevant links as needed
  • Reviewed the changes for clarity and accuracy
  • Successfully ran the code locally without encountering errors

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anythingllm-docs/pull/235 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 4/13/2026 **Status:** ✅ Merged **Merged:** 5/19/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `main` ← **Head:** `234-memories-feature-docs` --- ### 📝 Commits (8) - [`cf2fa04`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/cf2fa04485ae91c420a990340839270278de81e0) add memories feature docs - [`3538d19`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/3538d197bafdd8864dfa0e89db4d4eb738099cd0) simplify automatic extraction section and clarify per-workspace idle + agent chat support - [`e846bca`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/e846bcad428ae72ebaadfeb6bf1c9fa8b4b5f3c9) add memories card to all features page - [`8a32186`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/8a321863f95f3aa939992886aeffdccc6d668be0) update docs - [`fef5ff0`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/fef5ff0738a275933e6de5ed0ee8b49c6cbd8042) update providers - [`24d54f5`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/24d54f5d5bb0855536ef60f6701e33082d553806) update interval fallback - [`3f5ae76`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/3f5ae76dbc2929e8fb23215cc0a79c2bdc1d900a) bump comment - [`6660bf5`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/6660bf508e9f3a6f6a7aee10dc138aa1f391ad3b) Merge branch 'main' into 234-memories-feature-docs ### 📊 Changes **6 files changed** (+160 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pages/features/_meta.json` (+9 -0) 📝 `pages/features/all-features.mdx` (+9 -0) ➕ `pages/features/memories.mdx` (+142 -0) ➕ `public/images/features/memories/chat-settings-menu.png` (+0 -0) ➕ `public/images/features/memories/header-image.png` (+0 -0) ➕ `public/images/features/memories/memories-sidebar.png` (+0 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #234 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the documentation site. --> - Adds documentation for the memories/personalization feature ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> - Related PR: https://github.com/Mintplex-Labs/anything-llm/pull/5269 ### Validations <!-- All of the applicable items should be checked. --> - [x] Ensured updated documentation pass spell check - [x] Updated or added relevant links as needed - [x] Reviewed the changes for clarity and accuracy - [x] Successfully ran the code locally without encountering errors --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:22:45 -04:00
yindo closed this issue 2026-06-05 15:22:45 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anythingllm-docs#227