forked from langchain-ai/langchainjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.json
43 lines (43 loc) · 2.04 KB
/
deno.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"imports": {
"langchain/": "npm:/[email protected]/",
"@langchain/anthropic": "npm:@langchain/[email protected]",
"@langchain/cloudflare": "npm:@langchain/[email protected]",
"@langchain/community/": "npm:/@langchain/[email protected]/",
"@langchain/openai": "npm:@langchain/[email protected]",
"@langchain/cohere": "npm:@langchain/[email protected]",
"@langchain/textsplitters": "npm:@langchain/[email protected]",
"@langchain/google-vertexai-web": "npm:@langchain/[email protected]",
"@langchain/mistralai": "npm:@langchain/[email protected]",
"@langchain/core/": "npm:/@langchain/[email protected]/",
"@langchain/pinecone": "npm:@langchain/[email protected]",
"@langchain/google-common": "npm:@langchain/[email protected]",
"@langchain/langgraph": "npm:/@langchain/[email protected]",
"@langchain/langgraph/": "npm:/@langchain/[email protected]/",
"@faker-js/faker": "npm:@faker-js/faker",
"@microsoft/fetch-event-source": "npm:@microsoft/fetch-event-source",
"@pinecone-database/pinecone": "npm:@pinecone-database/pinecone",
"cheerio": "npm:cheerio",
"chromadb": "npm:/chromadb",
"dotenv/": "npm:/dotenv/",
"zod": "npm:/zod",
"zod-to-json-schema": "npm:/zod-to-json-schema",
"node-llama-cpp": "npm:/node-llama-cpp",
"pdf-parse": "npm:/pdf-parse",
"peggy": "npm:/peggy",
"readline": "https://deno.land/x/[email protected]/mod.ts",
"uuid": "npm:/uuid",
"youtubei.js": "npm:/youtubei.js",
"youtube-transcript": "npm:/youtube-transcript",
"neo4j-driver": "npm:/neo4j-driver",
"axios": "npm:/axios",
"@mendable/firecrawl-js": "npm:/@mendable/firecrawl-js",
"@aws-crypto/sha256-js": "npm:/@aws-crypto/sha256-js",
"@aws-sdk/credential-provider-node": "npm:/@aws-sdk/credential-provider-node",
"@smithy/protocol-http": "npm:/@smithy/protocol-http",
"@smithy/signature-v4": "npm:/@smithy/signature-v4",
"@smithy/eventstream-codec": "npm:/@smithy/eventstream-codec",
"@smithy/util-utf8": "npm:/@smithy/util-utf8",
"@aws-sdk/types": "npm:/@aws-sdk/types"
}
}