🦀 ClawHub
Chromadb Plugin
by @lulan3954-a11y
Integrates ChromaDB vector database with OpenClaw, enabling GPU-accelerated, zero-migration, multi-collection vector memory and hybrid search.
TERMINAL
clawhub install chromadb-plugin📖 About This Skill
EvoChroma - Evolutionary Memory Store
Skill Metadata
Features (English)
功能特性 (中文)
Usage
Installation
Run the one-click installer:# Windows
install.batLinux/macOS
chmod +x install.sh && ./install.sh
Configuration
Update config.yaml:vector_store:
type: chromadb
path: "./chromadb"
model: "BAAI/bge-m3"
Migration
Run the migration script to import existing LanceDB data:python migrate_lancedb.py --lancedb-path ./lancedb --chromadb-path ./chromadb
Commands
test_chromadb.py: Verify plugin installation and functionalitymigrate_lancedb.py: Migrate existing LanceDB data to ChromaDBDependencies
💡 Examples
Installation
Run the one-click installer:# Windows
install.batLinux/macOS
chmod +x install.sh && ./install.sh
Configuration
Update config.yaml:vector_store:
type: chromadb
path: "./chromadb"
model: "BAAI/bge-m3"
Migration
Run the migration script to import existing LanceDB data:python migrate_lancedb.py --lancedb-path ./lancedb --chromadb-path ./chromadb
⚙️ Configuration
Update config.yaml:
vector_store:
type: chromadb
path: "./chromadb"
model: "BAAI/bge-m3"
Migration
Run the migration script to import existing LanceDB data:python migrate_lancedb.py --lancedb-path ./lancedb --chromadb-path ./chromadb