46 lines
1019 B
JSON
46 lines
1019 B
JSON
{
|
|
"name": "memory-lancedb-pro",
|
|
"version": "1.0.28",
|
|
"description": "OpenClaw enhanced LanceDB memory plugin with hybrid retrieval (Vector + BM25), cross-encoder rerank, multi-scope isolation, long-context chunking, and management CLI",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"keywords": [
|
|
"openclaw",
|
|
"openclaw-plugin",
|
|
"memory",
|
|
"lancedb",
|
|
"vector-search",
|
|
"bm25",
|
|
"hybrid-retrieval",
|
|
"rerank",
|
|
"ai-memory",
|
|
"long-term-memory",
|
|
"chunking",
|
|
"long-context"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/win4r/memory-lancedb-pro.git"
|
|
},
|
|
"author": "win4r",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lancedb/lancedb": "^0.26.2",
|
|
"@sinclair/typebox": "0.34.48",
|
|
"openai": "^6.21.0"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"test": "node test/cli-smoke.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"commander": "^14.0.0",
|
|
"jiti": "^2.6.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|