Files
agent-s-rag-pamyatyu/package.json
T
2026-06-30 15:24:26 +03:00

15 lines
323 B
JSON

{
"name": "agent-s-rag-pamyatyu",
"version": "1.0.0",
"description": "RAG agent using ChromaDB as the vector store",
"main": "src/index.js",
"type": "commonjs",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"chromadb": "^0.3.0",
"openai": "^3.3.0",
"dotenv": "^16.0.0"
}
}