Удалить package.json
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"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": "module",
|
||||
"scripts": {
|
||||
"start": "node src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"chromadb": "^0.3.0",
|
||||
"readline-sync": "^1.4.10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user