memory / package.json
gcharanteja
feat: add curation functionality with OpenAI integration
3c351e6
Raw
History Blame Contribute Delete
761 Bytes
{
"name": "memory",
"version": "1.0.0",
"description": "--- title: Memory emoji: ⚡ colorFrom: indigo colorTo: purple sdk: docker pinned: false ---",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://huggingface.co/spaces/maxxcarl/memory"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"axios": "^1.16.1",
"chroma": "^0.0.1",
"chromadb": "^3.4.3",
"express": "^5.2.1",
"fs-extra": "^11.3.5",
"gray-matter": "^4.0.3",
"openai": "^6.39.0",
"path": "^0.12.7",
"readline": "^1.3.0"
}
}