-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "@caretakerai/examples",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:calculator": "tsx 0_calculator/main.ts",
"start:rag": "tsx 1_rag/main.ts",
"start:idp": "tsx 2_idp/main.ts",
"start:index": "tsx 3_zettelkasten/main.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@caretakerai/agent": "*",
"@caretakerai/optimizer": "*",
"@inquirer/input": "^1.2.13",
"@langchain/community": "^0.3.16",
"@langchain/core": "^0.3.18",
"@langchain/groq": "^0.0.9",
"@langchain/openai": "^0.3.14",
"@or-sdk/lookup": "^1.2.0",
"ascii-table3": "^0.9.0",
"chalk": "^5.3.0",
"dedent": "^1.5.1",
"dotenv": "^16.3.1",
"faiss-node": "^0.5.1",
"langchain": "^0.3.6",
"ml-distance": "^4.0.1",
"natural": "^6.7.2",
"neo4j-driver": "^5.27.0",
"pdf-parse": "^1.1.1",
"pino": "^9.0.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"tiktoken": "^1.0.11",
"yaml": "^2.4.2",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.3"
},
"devDependencies": {
"@types/node": "^20.17.8",
"tsx": "^4.19.2"
}
}