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

This commit is contained in:
2026-07-01 13:08:56 +03:00
parent 6da212bf32
commit 6022a43714
7 changed files with 260 additions and 202 deletions
+5 -5
View File
@@ -1,15 +1,15 @@
{
"name": "agent-s-rag-pamyatyu",
"version": "1.0.0",
"description": "RAG agent using ChromaDB as the vector store",
"description": "Agent with RAG memory using Ollama embeddings",
"main": "src/index.js",
"type": "commonjs",
"type": "module",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"chromadb": "^0.3.0",
"openai": "^3.3.0",
"dotenv": "^16.0.0"
"ollama-embeddings": "^1.0.0",
"dotenv": "^16.4.5",
"node-fetch": "^3.3.2"
}
}