backend_consulting_agent / package.json
pradipGiriHugging's picture
Upload 7 files
4c9238e verified
raw
history blame contribute delete
645 Bytes
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@langchain/community": "^1.1.5",
"@langchain/core": "^1.1.16",
"@langchain/langgraph": "^1.1.1",
"@langchain/openai": "^1.2.3",
"@langchain/qdrant": "^1.0.1",
"@langchain/textsplitters": "^1.0.1",
"@qdrant/js-client-rest": "^1.16.2",
"cors": "^2.8.5",
"duck-duck-scrape": "^2.2.7",
"express": "^5.2.1",
"express-sse": "^1.0.0",
"langchain": "^1.2.11"
}
}