feat: solution for 'Повторный экзамен: FAQ-бот — ChromaDB + один MCP-tool'
This commit is contained in:
+5
-4
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user