mirror of
https://github.com/kunkunsh/kunkun-ext-rag.git
synced 2025-04-04 02:16:41 +00:00
20 lines
685 B
JSON
20 lines
685 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch -A --node-modules-dir --allow-scripts main.ts"
|
|
},
|
|
"imports": {
|
|
"@kunkun/api": "jsr:@kunkun/api@^0.0.52",
|
|
"@langchain/community": "npm:@langchain/community@^0.3.22",
|
|
"@langchain/core": "npm:@langchain/core@^0.3.27",
|
|
"@langchain/langgraph": "npm:@langchain/langgraph@^0.2.38",
|
|
"@langchain/openai": "npm:@langchain/openai@^0.3.16",
|
|
"@langchain/textsplitters": "npm:@langchain/textsplitters@^0.1.0",
|
|
"pdf-parse": "npm:pdf-parse@^1.1.1",
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"valibot": "jsr:@valibot/valibot@^0.42.1",
|
|
"faiss-node": "npm:faiss-node@^0.5.1",
|
|
"langchain": "npm:langchain@^0.3.12"
|
|
},
|
|
"nodeModulesDir": "auto"
|
|
}
|