diff --git a/docs/plugins/filters/folder-memory.md b/docs/plugins/filters/folder-memory.md index c00c86d..f1ca819 100644 --- a/docs/plugins/filters/folder-memory.md +++ b/docs/plugins/filters/folder-memory.md @@ -1,4 +1,6 @@ # Folder Memory + +**Author:** [Fu-Jie](https://github.com/Fu-Jie/awesome-openwebui) | **Version:** 0.1.0 | **Project:** [Awesome OpenWebUI](https://github.com/Fu-Jie/awesome-openwebui) | **License:** MIT --- diff --git a/docs/plugins/filters/folder-memory.zh.md b/docs/plugins/filters/folder-memory.zh.md index e11ee08..47592ce 100644 --- a/docs/plugins/filters/folder-memory.zh.md +++ b/docs/plugins/filters/folder-memory.zh.md @@ -1,4 +1,6 @@ # 文件夹记忆 (Folder Memory) + +**作者:** [Fu-Jie](https://github.com/Fu-Jie/awesome-openwebui) | **版本:** 0.1.0 | **项目:** [Awesome OpenWebUI](https://github.com/Fu-Jie/awesome-openwebui) | **许可证:** MIT --- diff --git a/plugins/filters/folder-memory/README.md b/plugins/filters/folder-memory/README.md index c89c957..1c8a386 100644 --- a/plugins/filters/folder-memory/README.md +++ b/plugins/filters/folder-memory/README.md @@ -1,17 +1,10 @@ # Folder Memory +**Author:** [Fu-Jie](https://github.com/Fu-Jie/awesome-openwebui) | **Version:** 0.1.0 | **Project:** [Awesome OpenWebUI](https://github.com/Fu-Jie/awesome-openwebui) | **License:** MIT + English | [中文](./README_CN.md) ---- - -### 📌 What's new in 0.1.0 -- **Initial Release**: Refactored from `folder-rule-collector` to focus on automated "Project Rules" management. -- **Folder-Level Persistence**: Automatically updates folder system prompts with extracted rules. -- **Optimized Performance**: Runs asynchronously and supports `PRIORITY` configuration for seamless integration with other filters. - ---- - -**Folder Memory** is an intelligent context filter plugin for OpenWebUI. It automatically extracts consistent "Project Rules" from ongoing conversations within a folder and injects them back into the folder's system prompt. +**Folder Memory** (formerly Folder Rule Collector) is an intelligent context filter plugin for OpenWebUI. It automatically extracts consistent "Project Rules" from ongoing conversations within a folder and injects them back into the folder's system prompt. This ensures that all future conversations within that folder share the same evolved context and rules, without manual updates. diff --git a/plugins/filters/folder-memory/README_CN.md b/plugins/filters/folder-memory/README_CN.md index d6af907..b38603b 100644 --- a/plugins/filters/folder-memory/README_CN.md +++ b/plugins/filters/folder-memory/README_CN.md @@ -1,5 +1,7 @@ # 文件夹记忆 (Folder Memory) +**作者:** [Fu-Jie](https://github.com/Fu-Jie/awesome-openwebui) | **版本:** 0.1.0 | **项目:** [Awesome OpenWebUI](https://github.com/Fu-Jie/awesome-openwebui) | **许可证:** MIT + [English](./README.md) | 中文 ---