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

This commit is contained in:
2026-06-30 00:14:56 +03:00
parent f7c159346a
commit 1b9342d225
5 changed files with 225 additions and 68 deletions
+6 -10
View File
@@ -1,21 +1,17 @@
{
"name": "faq-bot-chromadb",
"name": "faq-bot-chromadb-mcp",
"version": "1.0.0",
"description": "FAQ bot using ChromaDB and LangChain",
"description": "FAQ bot using ChromaDB for vector storage and moderate-censor as the MCP-tool",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
"ingest": "node src/ingest.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"
"express": "^4.18.2",
"moderate-censor": "^1.0.0",
"openai": "^4.18.0"
}
}