Files
agent-s-rag-pamyatyu/package.json
T
2026-07-01 13:08:56 +03:00

15 lines
335 B
JSON

{
"name": "agent-s-rag-pamyatyu",
"version": "1.0.0",
"description": "Agent with RAG memory using Ollama embeddings",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"ollama-embeddings": "^1.0.0",
"dotenv": "^16.4.5",
"node-fetch": "^3.3.2"
}
}