14 lines
352 B
JSON
14 lines
352 B
JSON
{
|
|
"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"
|
|
}
|
|
} |