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

This commit is contained in:
2026-07-01 15:10:08 +03:00
parent f522dcfa80
commit 51ab1df383
6 changed files with 161 additions and 239 deletions
+5 -9
View File
@@ -1,17 +1,13 @@
{
"name": "faq-bot-chromadb-mcp",
"name": "faq-bot-chromadb",
"version": "1.0.0",
"description": "FAQ bot using ChromaDB for vector storage and moderate-censor as the MCP-tool",
"main": "src/index.js",
"type": "commonjs",
"scripts": {
"start": "node src/index.js",
"ingest": "node src/ingest.js"
"start": "node src/index.js"
},
"dependencies": {
"chromadb": "^0.3.0",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"moderate-censor": "^1.0.0",
"openai": "^4.18.0"
"chromadb": "^0.1.0",
"mcp-tool": "^1.0.0"
}
}