forked from RealKai42/langchainjs-juejin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
23 lines (23 loc) · 851 Bytes
/
deno.json
File metadata and controls
23 lines (23 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"imports": {
"lodash": "npm:/lodash@4.17.21",
"dotenv": "https://deno.land/std@0.220.0/dotenv/mod.ts",
"langchain": "npm:/langchain@0.1.29",
"langchain/": "npm:/langchain@0.1.29/",
"@langchain/openai": "npm:/@langchain/openai@0.0.22",
"@langchain/openai/": "npm:/@langchain/openai@0.0.22/",
"@langchain/core": "npm:/@langchain/core@0.1.48",
"@langchain/core/": "npm:/@langchain/core@0.1.48/",
"zod": "npm:/zod",
"pdf-parse": "npm:/pdf-parse/lib/pdf-parse.js",
"ignore": "npm:/ignore",
"cheerio": "npm:/cheerio",
"vectordb": "npm:/vectordb",
"@lancedb/lancedb": "npm:/@lancedb/lancedb",
"@langchain/community/": "npm:/@langchain/community/",
"faiss-node": "npm:/faiss-node",
"openai": "npm:/openai",
"zod-to-json-schema": "npm:/zod-to-json-schema"
},
"deno.enable": true
}