mirror of
https://github.com/kunkunsh/kunkun-ext-rag.git
synced 2025-04-03 09:56:42 +00:00
31 lines
815 B
JSON
31 lines
815 B
JSON
{
|
|
"name": "@kunkun/kunkun-ext-rag",
|
|
"version": "0.0.7",
|
|
"license": "MIT",
|
|
"exports": "./mod.ts",
|
|
"publish": {
|
|
"include": [
|
|
"mod.ts",
|
|
"deno-src",
|
|
"src/api.types.ts",
|
|
"build",
|
|
"LICENSE",
|
|
"README.md",
|
|
"package.json"
|
|
]
|
|
},
|
|
"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"
|
|
}
|
|
}
|