21 lines
461 B
JSON
21 lines
461 B
JSON
{
|
|
"name": "faq-bot-chromadb",
|
|
"version": "1.0.0",
|
|
"description": "FAQ bot using ChromaDB and LangChain",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "nodemon src/index.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"
|
|
}
|
|
} |