15 lines
335 B
JSON
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"
|
|
}
|
|
} |