feat: solution for 'Повторный экзамен: FAQ-бот — ChromaDB + один MCP-tool'

This commit is contained in:
2026-06-29 17:47:00 +03:00
parent 473f040da9
commit f7c159346a
6 changed files with 221 additions and 21 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "faq-bot-chromadb",
"version": "1.0.0",
"description": "FAQ bot using ChromaDB and LangChain",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"dependencies": {
"chromadb": "^0.3.0",
"langchain": "^0.2.0",
"langchain-community": "^0.2.0",
"dotenv": "^16.4.5",
"openai": "^4.27.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}