-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.87 KB
/
package.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "langchainjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"chroma": "set CHROMA_SERVER_CORS_ALLOW_ORIGINS=[\"*\"] & chroma run --path ./db_path",
"start": "nodemon app",
"assistant": "node assistant",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.577.0",
"@elastic/elasticsearch": "^8.12.2",
"@google-ai/generativelanguage": "^0.2.1",
"@google-cloud/local-auth": "^2.1.0",
"@google-cloud/vertexai": "^0.4.0",
"@google/generative-ai": "^0.1.3",
"@huggingface/inference": "^2.7.0",
"@langchain/anthropic": "^0.2.3",
"@langchain/cohere": "^0.2.0",
"@langchain/community": "^0.2.6",
"@langchain/core": "^0.2.6",
"@langchain/google-gauth": "^0.0.0",
"@langchain/google-genai": "^0.0.12",
"@langchain/google-vertexai": "^0.0.12",
"@langchain/mistralai": "^0.0.27",
"@langchain/openai": "^0.2.7",
"@notionhq/client": "^2.2.14",
"@pinecone-database/pinecone": "^1.1.2",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"chromadb": "^1.8.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"d3-dsv": "^2.0.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.19.1",
"google-auth-library": "^8.9.0",
"googleapis": "^126.0.1",
"html-to-text": "^9.0.5",
"jsdom": "^23.2.0",
"langchain": "^0.2.9",
"langfuse-langchain": "^3.27.2",
"mammoth": "^1.7.0",
"morgan": "^1.10.0",
"notion-to-md": "^3.1.1",
"officeparser": "^4.0.8",
"pdf-parse": "^1.1.1",
"pg": "^8.11.3",
"puppeteer": "^19.11.1",
"uuid": "^10.0.0",
"web-auth-library": "^1.0.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"concurrently": "^8.2.2",
"nodemon": "^3.1.0"
}
}