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

This commit is contained in:
2026-06-30 15:24:26 +03:00
parent 88f8072c55
commit e95da4c295
6 changed files with 171 additions and 175 deletions
+7 -5
View File
@@ -1,13 +1,15 @@
{
"name": "agent-s-rag-pamyatyu",
"version": "1.0.0",
"description": "Agent with RAG memory",
"main": "index.js",
"description": "RAG agent using ChromaDB as the vector store",
"main": "src/index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
"start": "node src/index.js"
},
"dependencies": {
"langchain-qdrant": "latest",
"langchain-ollama": "latest"
"chromadb": "^0.3.0",
"openai": "^3.3.0",
"dotenv": "^16.0.0"
}
}