mirror of
https://github.com/kunkunsh/kunkun-ext-rag.git
synced 2025-04-04 02:16:41 +00:00
16 lines
529 B
JSON
16 lines
529 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch -A --node-modules-dir --allow-scripts main.ts"
|
|
},
|
|
"imports": {
|
|
"@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",
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"faiss-node": "npm:faiss-node@^0.5.1",
|
|
"langchain": "npm:langchain@^0.3.9"
|
|
}
|
|
}
|