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

This commit is contained in:
2026-07-01 15:18:54 +03:00
parent b17c7be620
commit 680e00a2da
6 changed files with 200 additions and 182 deletions
+5 -4
View File
@@ -1,13 +1,14 @@
{
"name": "faq-bot-chromadb",
"name": "faq-bot-chromadb-mcp",
"version": "1.0.0",
"description": "FAQ bot using ChromaDB as the sole vector store and a single MCP-tool for prompt generation.",
"main": "src/index.js",
"type": "commonjs",
"type": "module",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"chromadb": "^0.1.0",
"mcp-tool": "^1.0.0"
"chromadb": "^0.3.0",
"readline-sync": "^1.4.10"
}
}