mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
- Added @chroma-core/default-embed dependency for local embeddings - Updated ChromaSync to use DefaultEmbeddingFunction with collections - Added isServerReachable() async method for reliable server detection - Fixed start() to detect and reuse existing Chroma servers - Updated build script to externalize native ONNX binaries - Added runtime dependency to plugin/package.json The embedding function uses all-MiniLM-L6-v2 model locally via ONNX, eliminating need for external embedding API calls. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
299 B
JSON
15 lines
299 B
JSON
{
|
|
"name": "claude-mem-plugin",
|
|
"version": "9.0.10",
|
|
"private": true,
|
|
"description": "Runtime dependencies for claude-mem bundled hooks",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@chroma-core/default-embed": "^0.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"bun": ">=1.0.0"
|
|
}
|
|
}
|