feat: solution for 'Агент с RAG-памятью'
CI / build (push) Has been cancelled

This commit is contained in:
2026-06-30 14:54:48 +03:00
parent 65558fb22a
commit 442d4d7578
3 changed files with 36 additions and 67 deletions
+6 -17
View File
@@ -1,24 +1,13 @@
{
"name": "rag-agent",
"name": "agent-s-rag-pamyatyu",
"version": "1.0.0",
"description": "A simple RAG agent with memory using OpenAI and FAISS",
"main": "src/index.js",
"bin": {
"rag-agent": "./src/cli.js"
},
"description": "Agent with RAG memory",
"main": "index.js",
"scripts": {
"start": "node src/cli.js"
"start": "node index.js"
},
"author": "Your Name",
"license": "MIT",
"dependencies": {
"@langchain/core": "^0.0.0",
"@langchain/openai": "^0.0.0",
"@langchain/textsplitter": "^0.0.0",
"@langchain/vectorstores": "^0.0.0",
"commander": "^10.0.0",
"dotenv": "^16.0.0",
"faiss-node": "^1.0.0",
"fs-extra": "^11.0.0"
"langchain-qdrant": "latest",
"langchain-ollama": "latest"
}
}