Skip to content

Commit 3639871

Browse files
authored
Merge pull request #2944 from xinnan-tech/py_test_Memory_powermem
Py test memory powermem
2 parents 73f8a09 + 5fb7fbe commit 3639871

File tree

14 files changed

+919
-13
lines changed

14 files changed

+919
-13
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Websocket接口地址: wss://2662r3426b.vicp.fun/xiaozhi/v1/
242242
| 智能对话 | 支持多种LLM(大语言模型),实现智能对话 |
243243
| 视觉感知 | 支持多种VLLM(视觉大模型),实现多模态交互 |
244244
| 意图识别 | 支持外挂的大模型意图识别、大模型自主函数调用,提供插件化意图处理机制 |
245-
| 记忆系统 | 支持本地短期记忆、mem0ai接口记忆,具备记忆总结功能 |
245+
| 记忆系统 | 支持本地短期记忆、mem0ai接口记忆、PowerMem智能记忆,具备记忆总结功能 |
246246
| 知识库 | 支持RAGFlow知识库,让大模型判断需要调度知识库后再回答 |
247247
| 工具调用 | 支持客户端IOT协议、客户MCP协议、服务端MCP协议、MCP接入点协议、自定义工具函数 |
248248
| 指令下发 | 依托MQTT协议,支持从智控台将MCP指令下发到ESP32设备 |
@@ -330,6 +330,7 @@ Websocket接口地址: wss://2662r3426b.vicp.fun/xiaozhi/v1/
330330
| 类型 | 平台名称 | 使用方式 | 收费模式 | 备注 |
331331
|:------:|:---------------:|:----:|:---------:|:--:|
332332
| Memory | mem0ai | 接口调用 | 1000次/月额度 | |
333+
| Memory | [powermem](./docs/powermem-integration.md) | 本地总结 | 取决于LLM和DB | OceanBase开源,支持智能检索 |
333334
| Memory | mem_local_short | 本地总结 | 免费 | |
334335
| Memory | nomem | 无记忆模式 | 免费 | |
335336

README_de.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Dieses Projekt bietet die folgenden Testwerkzeuge, um Ihnen bei der Überprüfun
240240
| Intelligenter Dialog | Unterstützt mehrere LLM (große Sprachmodelle), implementiert intelligenten Dialog |
241241
| Visuelle Wahrnehmung | Unterstützt mehrere VLLM (Vision Large Models), implementiert multimodale Interaktion |
242242
| Absichtserkennung | Unterstützt LLM-Absichtserkennung, Function Call-Funktionsaufruf, bietet plugin-basierten Absichtsverarbeitungsmechanismus |
243-
| Gedächtnissystem | Unterstützt lokales Kurzzeitgedächtnis, mem0ai-Schnittstellengedächtnis, mit Gedächtniszusammenfassungsfunktion |
243+
| Gedächtnissystem | Unterstützt lokales Kurzzeitgedächtnis, mem0ai-Schnittstellengedächtnis, PowerMem intelligentes Gedächtnis, mit Gedächtniszusammenfassungsfunktion |
244244
| Wissensdatenbank | Unterstützt RAGFlow-Wissensdatenbank, ermöglicht großem Modell die Bewertung, ob Wissensdatenbank benötigt wird, bevor geantwortet wird |
245245
| Werkzeugaufruf | Unterstützt Client-IOT-Protokoll, Client-MCP-Protokoll, Server-MCP-Protokoll, MCP-Endpunktprotokoll, benutzerdefinierte Werkzeugfunktionen |
246246
| Befehlsübermittlung | Basierend auf MQTT-Protokoll, unterstützt die Übermittlung von MCP-Befehlen von der intelligenten Steuerkonsole an ESP32-Geräte |
@@ -328,6 +328,7 @@ Tatsächlich kann jedes VLLM, das OpenAI-Schnittstellenaufrufe unterstützt, int
328328
| Typ | Plattformname | Verwendungsmethode | Preismodell | Hinweise |
329329
|:------:|:---------------:|:----:|:---------:|:--:|
330330
| Memory | mem0ai | Schnittstellenaufrufe | 1000 Mal/Monat Kontingent | |
331+
| Memory | [powermem](./docs/powermem-integration.md) | Lokale Zusammenfassung | Abhängig von LLM und DB | OceanBase Open Source, unterstützt intelligente Abfrage |
331332
| Memory | mem_local_short | Lokale Zusammenfassung | Kostenlos | |
332333
| Memory | nomem | Kein Gedächtnismodus | Kostenlos | |
333334

README_en.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ This project provides the following testing tools to help you verify the system
238238
| Intelligent Dialogue | Supports multiple LLM(large language models), implements intelligent dialogue |
239239
| Visual Perception | Supports multiple VLLM(vision large models), implements multimodal interaction |
240240
| Intent Recognition | Supports LLM intent recognition, Function Call function calling, provides plugin-based intent processing mechanism |
241-
| Memory System | Supports local short-term memory, mem0ai interface memory, with memory summarization functionality |
241+
| Memory System | Supports local short-term memory, mem0ai interface memory, PowerMem intelligent memory, with memory summarization functionality |
242242
| Knowledge Base | Supports RAGFlow knowledge base, enabling LLM to judge whether to schedule the knowledge base after receiving the user's question, and then answer the question |
243243
| Command Delivery | Supports MCP command delivery to ESP32 devices via MQTT protocol from Smart Console |
244244
| Tool Calling | Supports client IOT protocol, client MCP protocol, server MCP protocol, MCP endpoint protocol, custom tool functions |
@@ -330,7 +330,9 @@ In fact, any VLLM that supports OpenAI interface calls can be integrated and use
330330
| Type | Platform Name | Usage Method | Pricing Model | Notes |
331331
|:------:|:---------------:|:----:|:---------:|:--:|
332332
| Memory | mem0ai | Interface calls | 1000 times/month quota | |
333+
| Memory | [powermem](./docs/powermem-integration.md) | Local summarization | Depends on LLM and DB | OceanBase open source, supports intelligent retrieval |
333334
| Memory | mem_local_short | Local summarization | Free | |
335+
| Memory | nomem | No memory mode | Free | |
334336

335337
---
336338

README_vi.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Dự án này cung cấp các công cụ kiểm tra sau để giúp bạn xác m
241241
| Đối thoại thông minh | Hỗ trợ nhiều LLM(Mô hình ngôn ngữ lớn), thực hiện đối thoại thông minh |
242242
| Cảm nhận thị giác | Hỗ trợ nhiều VLLM(Mô hình lớn thị giác), thực hiện tương tác đa phương thức |
243243
| Nhận dạng ý định | Hỗ trợ nhận dạng ý định mô hình lớn gắn ngoài, gọi hàm tự chủ mô hình lớn, cung cấp cơ chế xử lý ý định dạng plugin |
244-
| Hệ thống bộ nhớ | Hỗ trợ bộ nhớ ngắn hạn cục bộ, bộ nhớ giao diện mem0ai, có chức năng tóm tắt bộ nhớ |
244+
| Hệ thống bộ nhớ | Hỗ trợ bộ nhớ ngắn hạn cục bộ, bộ nhớ giao diện mem0ai, bộ nhớ thông minh PowerMem, có chức năng tóm tắt bộ nhớ |
245245
| Kho tri thức | Hỗ trợ kho tri thức RAGFlow, cho phép mô hình lớn đánh giá cần gọi kho tri thức trước khi trả lời |
246246
| Gọi công cụ | Hỗ trợ giao thức IOT phía client, giao thức MCP phía client, giao thức MCP phía server, giao thức điểm truy cập MCP, hàm công cụ tùy chỉnh |
247247
| Gửi lệnh | Dựa vào giao thức MQTT, hỗ trợ gửi lệnh MCP từ bảng điều khiển thông minh xuống thiết bị ESP32 |
@@ -329,6 +329,7 @@ Trên thực tế, bất kỳ VLLM nào hỗ trợ gọi giao diện openai đ
329329
| Loại | Tên nền tảng | Phương pháp sử dụng | Mô hình thu phí | Ghi chú |
330330
|:------:|:---------------:|:----:|:---------:|:--:|
331331
| Memory | mem0ai | Gọi giao diện | Hạn mức 1000 lần/tháng | |
332+
| Memory | [powermem](./docs/powermem-integration.md) | Tóm tắt cục bộ | Phụ thuộc vào LLM và DB | OceanBase mã nguồn mở, hỗ trợ tìm kiếm thông minh |
332333
| Memory | mem_local_short | Tóm tắt cục bộ | Miễn phí | |
333334
| Memory | nomem | Chế độ không có bộ nhớ | Miễn phí | |
334335

docs/FAQ.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ VAD:
8282
8、[新闻插件源配置指南](./newsnow_plugin_config.md)<br/>
8383
9、[知识库ragflow集成指南](./ragflow-integration.md)<br/>
8484
10、[如何部署上下文源](./context-provider-integration.md)<br/>
85+
11、[如何集成PowerMem智能记忆](./powermem-integration.md)<br/>
8586
8687
### 11、语音克隆、本地语音部署相关教程
8788
1、[如何在智控台克隆音色](./huoshan-streamTTS-voice-cloning.md)<br/>

0 commit comments

Comments
 (0)