xqicxx
memory_baidu_embedding_db
Semantic memory system using Baidu Embedding-V1 for secure, local vector storage and retrieval in Clawdbot with SQLite persistence.
SKILL.md
memory_baidu_embedding_db v2.0.1
# Memory Baidu Embedding DB - Semantic Memory for Clawdbot **Vector-Based Memory Storage and Retrieval Using Baidu Embedding Technology** A semantic memory system for Clawdbot that uses Baidu's Embedding-V1 model to store and retrieve memories based on meaning rather than keywords. Designed as a secure, locally-stored replacement for traditional vector databases like LanceDB. ## 🚀 Features - **Semantic Memory Search** - Find memories based on meaning, not just keywords - **Baidu Embedding Integration** - Uses B 登录并获取安装权限后可查看完整 SKILL.md。
Files
文件列表
| Path | Size | Type |
|---|---|---|
| ERROR_HANDLING_BEST_PRACTICES.md | 7,841 B | text/markdown |
| DISABLE_LANCEDB.md | 1,215 B | text/markdown |
| memory_skill_full_verification.sh | 4,320 B | text/x-sh |
| memory_baidu_embedding_db.py | 29,006 B | text/x-python-script |
| memory_system_comprehensive_guide.md | 2,815 B | text/markdown |
| API_REFERENCE.md | 9,913 B | text/markdown |
| memory_skill_startup_check.sh | 2,042 B | text/x-sh |
| USAGE_GUIDE.md | 6,215 B | text/markdown |
| memory_system_config.json | 1,612 B | application/json |
| test_error_handling.py | 5,095 B | text/x-python-script |
| MEMORY_SYSTEM_GUIDE.md | 2,815 B | text/markdown |
| QUICKSTART.md | 2,633 B | text/markdown |
| SECURITY_CONFIG.md | 2,063 B | text/markdown |
| README.md | 9,677 B | text/markdown |
| memory_performance_monitor.sh | 2,244 B | text/x-sh |
| TUTORIAL.md | 14,887 B | text/markdown |
| package.json | 797 B | application/json |
| test_system.py | 3,265 B | text/x-python-script |
| SKILL.md | 4,033 B | text/markdown |
| SECURITY_BLACKLIST_POLICY.md | 1,973 B | text/markdown |
| clawdbot.skill.json | 392 B | application/json |
| model_change_memory_loader.sh | 2,569 B | text/x-sh |
| memory_health_check.sh | 4,234 B | text/x-sh |
| memory_maintenance.sh | 2,804 B | text/x-sh |
| integrate.sh | 1,160 B | text/x-sh |
| QUICK_START.md | 2,246 B | text/markdown |
| memory_quick_start.md | 2,246 B | text/markdown |
Versions
版本信息
v2.0.1
2026-02-05 02:16
- Added SECURITY_CONFIG.md with security configuration details. - Updated SKILL.md to use environment variable placeholders (${BAIDU_API_STRING}, ${BAIDU_SECRET_KEY}) for configuration instructions.