0aff31e2d3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "langchain_ejercicios",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"01:comments": "tsx --env-file=.env --watch src/01_comments_classifier.ts",
|
|
"02:poet": "tsx --env-file=.env --watch src/02_cyber_poet.ts",
|
|
"03:homework": "tsx --env-file=.env src/03_homework_maker.ts",
|
|
"04:agent": "tsx --env-file=.env --watch src/04_webserver_for_agent.ts",
|
|
"05:indexer": "tsx --env-file=.env src/05_mdn-vector-indexer.ts",
|
|
"06:indexer": "tsx --env-file=.env src/06_nollan-indexer.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fastify/cors": "^11.2.0",
|
|
"@langchain/cohere": "^1.0.4",
|
|
"@langchain/community": "^1.1.4",
|
|
"@langchain/core": "^1.1.15",
|
|
"@langchain/google": "^0.1.7",
|
|
"@langchain/langgraph-checkpoint-sqlite": "^1.0.0",
|
|
"@langchain/mistralai": "^1.0.2",
|
|
"@langchain/qdrant": "^1.0.3",
|
|
"@langchain/textsplitters": "^1.0.1",
|
|
"@qdrant/js-client-rest": "^1.18.0",
|
|
"cheerio": "^1.1.2",
|
|
"docxtemplater": "^3.68.7",
|
|
"fastify": "^5.7.1",
|
|
"fastify-sse-v2": "^4.2.1",
|
|
"langchain": "^1.2.10",
|
|
"pizzip": "^3.2.0",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.9",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|